MobileForms Toolkit Documentation

BoundRow Properties

The properties of the BoundRow class are listed below. For a complete list of BoundRow class members, see the BoundRow Members topic.

Public Instance Properties

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) 
ItemOverloaded. 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.

Protected Internal Instance Properties

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.

See Also

BoundRow Class | Resco.Controls.AdvancedList Namespace