Skip to main content

GridGroupSummarySortInfo.SummaryItemIndex Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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