GridColumnSortInfoCollection Properties
Represents the collection that maintains the sorted and grouping columns for a grid’s View.
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count |
Gets the number of elements contained in the Collection |
Group |
Gets or sets how many of the elements starting from the beginning of the collection refer to columns used to group data. |
Inner |
Gets an Array |
Item[Grid |
Gets the collection’s item that refers to the specified column. |
Item[Int32] | Provides indexed access to the elements in the collection. |
List protected |
Gets an IList containing the list of elements in the Collection |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
View | Gets the View which obtains its sorting and grouping settings from the current collection. |
See Also