MobileForms Toolkit Documentation

Row Methods

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

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

See Also

Row Class | Resco.Controls.AdvancedList Namespace