The properties of the Row class are listed below. For a complete list of Row class members, see the Row Members topic.
ActiveTemplateIndex | Gets or sets the active template index, it is used for drawing the row when it is active. |
AlternateTemplateIndex | Gets or sets the alternate template index, it is used for drawing the alternating row. |
CurrentTemplateIndex | Gets the current template index, which depends on whether the row is selected or not. |
FieldCount | Gets the number of fields in row. |
FieldNames | Gets or sets the mapping of field names. |
Height | Gets the current row template height for this row. |
Index | |
Item | Overloaded. Gets or sets the data at given index. |
Selected | Gets or sets whether the row is selected. |
SelectedTemplateIndex | Gets or sets the selected template index, it is used for drawing the row when it is selected. |
StringData | Gets or sets the row data converted to string array. |
Tag | Gets or sets the object that contains data about the control. |
Template | Gets the current RowTemplate for this row. |
TemplateIndex | Gets or sets the template index, which is used when the row is not selected. |
Active | Gets or sets whether the row is active. |
Parent | Gets or sets the row collection in which row is contained. |
Row Class | Resco.Controls.AdvancedList Namespace