The methods of the BoundItem class are listed below. For a complete list of BoundItem class members, see the BoundItem Members topic.
Clone | |
CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
Delete (inherited from ListItem) | Removes the item from parent ItemCollection. |
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 (inherited from ListItem) | |
GetListName (inherited from ListItem) | |
GetType (inherited from Object) | Gets the Type of the current instance. |
SetData | Overloaded. Copies the data from the collection to the row. |
ToString | |
Update (inherited from ListItem) | Update changes made to StringData. |
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. |
OnItemChanged (inherited from ListItem) | Raises the ItemChanged event to redraw the parent. |
BoundItem Class | Resco.Controls.AdvancedComboBox Namespace