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

GridGroupSummaryItem.SortFieldName Property

Gets or sets the name of the field by which group rows are sorted.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP("", Handler = "OnSummaryChanged")]
public string SortFieldName { get; set; }

Property Value

Type Description
String

The name of the field by which group rows are sorted.

See Also