GrapeCity.Win.MultiRow Namespace : DomainUpDownCell.ObjectCollection Class |
The following tables list the members exposed by DomainUpDownCell.ObjectCollection.
Name | Description | |
---|---|---|
DomainUpDownCell.ObjectCollection Constructor | Initializes a new instance of the DomainUpDownCell.ObjectCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of items in this objectCollection object. | |
IsFixedSize | Gets a value that indicates whether the DomainUpDownCell.ObjectCollection has a fixed size. | |
IsReadOnly | Gets a value that indicates whether the collection is read-only. | |
IsSynchronized | Gets a value that indicates whether access to the DomainUpDownCell.ObjectCollection is synchronized (thread safe). | |
Item | Retrieves the item at the specified index location. | |
SyncRoot | Gets an object that can be used to synchronize access to the DomainUpDownCell.ObjectCollection. |
Name | Description | |
---|---|---|
Add | Adds an item to the list of items for a DomainUpDownCell object. | |
AddRange | Overloaded. Adds one or more items to the DomainUpDownCell's item. | |
Clear | Clears all items from the collection. | |
Contains | Determines whether the specified item is contained in the collection. | |
CopyTo | Copies the entire collection into an existing array of objects beginning at a specified location within the array. | |
GetEnumerator | Returns an enumerator that can iterate through a DomainUpDownCell.ObjectCollection. | |
IndexOf | Retrieves the index within the collection of the specified items. | |
Insert | Inserts an item into the collection at the specified index. | |
Remove | Removes the specified object from the collection. | |
RemoveAt | Removes the object at the specified index. |