GroupSummarySortInfoCollection.Item[Int32] Property
Provides indexed access to individual GroupSummarySortInfo objects.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer specifying the index of the required item in the collection. If negative, an exception is raised. |
Property Value
Type | Description |
---|---|
GroupSummarySortInfo | The GroupSummarySortInfo object at the specified position. null (Nothing in Visual Basic) if the index parameter exceeds the last available index. |
See Also