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

GridGroupSummarySortInfo.SummaryItemIndex Property

Gets the summary item’s position within the GridControl.GroupSummary collection.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public int SummaryItemIndex { get; }

Property Value

Type Description
Int32

An integer value that specifies the item’s position within the GridControl.GroupSummary collection.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also