Skip to main content
A newer version of this page is available. .

GroupSummarySortInfoCollection.Item[Int32] Property

Provides indexed access to individual GroupSummarySortInfo objects.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public GroupSummarySortInfo this[int index] { get; }

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