MobileForms Toolkit Documentation

Row Members

Row overview

Public Instance Constructors

Row Overloaded. Initializes a new instance of the Row class.

Public Instance Properties

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

Public Instance Methods

CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index.
Delete Removes the row from parent RowCollection.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetData Make the copy of internal data to object array.
GetEnumerator Returns an enumerator that can iterate through a collection.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetItemProperties 
GetListName 
GetType (inherited from Object)Gets the Type of the current instance.
SetDataOverloaded. Copies the data from the collection to the row.
ToString Returns a String that represents the current Row.
Update Update changes made to StringData.

Protected Instance Constructors

Row Overloaded. Initializes a new instance of the Row class.

Protected Instance Fields

m_iActiveTemplate Active template index.
m_iAlternateTemplate Alternate position template index.
m_iSelectedTemplate Selected template index.
m_iTemplate Template index.
m_pressedButtonIndex 

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnChanged Raises the RowChanged event to redraw the parent.

Protected Internal Instance Fields

ActualHeight 
m_index 

Protected Internal Instance Properties

Active Gets or sets whether the row is active.
Parent Gets or sets the row collection in which row is contained.

See Also

Row Class | Resco.Controls.AdvancedList Namespace