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

GridGroupSummaryItem.SortIndex Property

Gets or sets the summary’s position among sorted summaries.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(-1, Handler = "OnSummaryChanged")]
public int SortIndex { get; set; }

Property Value

Type Description
Int32

The summary’s position among sorted summaries.

See Also