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