Version

CommandSourceCollection Class Properties

For a list of all members of this type, see CommandSourceCollection members.

Public Properties
 NameDescription
Public PropertyCountGets the amount of items in the collection. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public PropertyElementGets / sets the framework element which the command is attached to.  
Public PropertyIsReadOnlyGets whether or not the collection is read only. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Public PropertyItemGets the item at the specified index. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
Protected Properties
 NameDescription
Protected PropertyItemsGets the unerlying collection used to store all items. (Inherited from Infragistics.Collections.CollectionBase<CommandSource>)
See Also