MobileForms Toolkit Documentation

BoundItem Properties

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

Public Instance Properties

AlternateTemplateIndex (inherited from ListItem) Gets or sets the alternate template index, it is used for drawing the alternating item.
CurrentTemplateIndex (inherited from ListItem) Gets the current template index, which depends on whether the item 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 item.
FieldNames (inherited from ListItem) Gets or sets the mapping of field names.
Height (inherited from ListItem) Gets the current item template height for this item.
Index (inherited from ListItem) Gets the index of Item in ItemCollection.
ItemOverloaded. Gets or sets the data at given index.
Selected (inherited from ListItem) Gets or sets whether the item is selected.
SelectedTemplateIndex (inherited from ListItem) Gets or sets the selected template index, it is used for drawing the item when it is selected.
StringData (inherited from ListItem) Gets or sets the item data converted to string array.
Tag (inherited from ListItem) Gets or sets the object that contains data about the control.
Template (inherited from ListItem) Gets the current ItemTemplate for this item.
TemplateIndex (inherited from ListItem) Gets or sets the template index, which is used when the item is not selected.
TextBoxFocusedTemplateIndex (inherited from ListItem) Gets or sets the a template index, used when the item is drawed to focused textbox area
TextBoxTemplateIndex (inherited from ListItem) Gets or sets the a template index, used when the item is drawed to textbox area

Protected Internal Instance Properties

Parent (inherited from ListItem) Gets or sets the item collection in which item is contained.

See Also

BoundItem Class | Resco.Controls.AdvancedComboBox Namespace