The ListItemCollection type exposes the following members.
Name | Description | |
---|---|---|
Add | Overloaded. Adds an array of list items into the collection. |
|
Clear |
Removes all items from the collection. |
|
Contains |
Determines whether specified list item object is available in the collection. |
|
CopyTo |
Copies list columns into array of ListColumn objects. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetItemsByState |
Gets an array of list items which have the specified state (e.g. checked, or selected). |
|
GetType | (Inherited from Object.) | |
IndexOf |
Returns an index of the specified item in the collection. |
|
Insert | Overloaded. Inserts items into the collection at the specified index. |
|
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Inherited from CollectionBase.) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | (Inherited from CollectionBase.) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Inherited from CollectionBase.) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
Remove | Overloaded. Removes items from the collection. |
|
RemoveAt |
Removes a list item of the collection at the specified index. |
|
Swap | Overloaded. Swaps the elements of the list. |
|
ToArray |
Copies all elements of the collection to a new array. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
Item |
Gets/sets a list item by specified index. |
|
List | (Inherited from CollectionBase.) |
Name | Description | |
---|---|---|
IconChanged |
Fires when the icon of some list item stored in the collection has been changed. |
|
ItemInserting |
Fires when new item is about to be inserted into the collection. |
|
ItemRemoving |
Fires when an item is about to be removed from the collection. |
|
ItemsInserted |
Fires when new items have been inserted into the collection. |
|
ItemsRemoved |
Fires when some items have been removed from the collection. |
|
StateChanged |
Fires when state of some list item of the collection have been changed. |
|
StateChanging |
Fires when state of some item of the collection is about to be changed. |
|
TextChanged |
Fires when text information of some item of the collection has been changed. |
Name | Description | |
---|---|---|
IList.Add | (Inherited from CollectionBase.) | |
IList.Contains | (Inherited from CollectionBase.) | |
ICollection.CopyTo | (Inherited from CollectionBase.) | |
IList.IndexOf | (Inherited from CollectionBase.) | |
IList.Insert | (Inherited from CollectionBase.) | |
IList.IsFixedSize | (Inherited from CollectionBase.) | |
IList.IsReadOnly | (Inherited from CollectionBase.) | |
ICollection.IsSynchronized | (Inherited from CollectionBase.) | |
IList.Item | (Inherited from CollectionBase.) | |
IList.Remove | (Inherited from CollectionBase.) | |
ICollection.SyncRoot | (Inherited from CollectionBase.) |