The following tables list the members exposed by CommandSourceCollection.
Name | Description | |
---|---|---|
CommandSourceCollection Constructor |
Name | Description | |
---|---|---|
Count | Gets the amount of items in the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
Element | Gets / sets the framework element which the command is attached to. | |
IsReadOnly | Gets whether or not the collection is read only. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
Item | Gets the item at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) |
Name | Description | |
---|---|---|
Items | Gets the unerlying collection used to store all items. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) |
Name | Description | |
---|---|---|
Add | Adds the item to the end of the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
Clear | Removes all items from the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
Contains | Determines if the collection contains the specified item. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
CopyTo | Copies the collection to the specified array, starting at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
Dispose | Overloaded. Releases the unmanaged resources used by the Infragistics.Collections.CollectionBase<T> and optionally releases the managed resources. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
GetEnumerator | Gets the System.Collections.IEnumerator for the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
IndexOf | Gets the index of the specified item. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
Insert | Inserts the item at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
Remove | Removes the specified item. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
RemoveAt | Removes the item at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) |
Name | Description | |
---|---|---|
AddItem | Overridden. Registers the Infragistics.Controls.CommandSource object with the CommandSourceManager and adds the object to the collection. | |
AddItemSilently | Adds the item at the specified index, without triggering any events. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
GetCount | Retrieves the amount of items in the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
GetItem | Gets the item at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
InsertItem | Adds an item to the collection at a given index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
OnItemAdded | Invoked when an Item is added at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
OnItemRemoved | Invoked when an Item is removed from the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
OnNotifyCollectionChanged | Invoked when this collection changes. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
OnPropertyChanged | Occurs when a property changes. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
OnResetItems | Invoked when all items are cleared from a collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
RemoveItem | Overridden. Unregisters the Infragistics.Controls.CommandSource object with the CommandSourceManager and removes the object to the collection. | |
RemoveItemSilently | Removes the item at the specified index, without triggering any events. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
ReplaceItem | Replaces the item at the specified index with the specified item. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) | |
ResetItems | Overridden. Unregisters all Infragistics.Controls.CommandSource objects from the CommandSourceManager | |
ResetItemsSilently | Removes all items from the collection without firing any events. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) |
Name | Description | |
---|---|---|
CollectionChanged | Fired when the collection changes. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>) |