Version

ProjectColumnSortDescriptionCollection Class Properties

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

Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectColumnSortDescription>)
Public PropertyIsUpdating (Inherited from Infragistics.Collections.ObservableCollectionExtended<ProjectColumnSortDescription>)
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ProjectColumnSortDescription>)
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<ProjectColumnSortDescription>)
Protected PropertyNotifyItemsChangedOverridden. Returns a boolean indicating whether the collection should have its OnItemAdded and OnItemRemoved methods invoked.  
See Also