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

DefaultColumnMenuItemNames.ClearGroupSummarySorting Property

Returns “ItemClearGroupSummarySorting”. Corresponds to the menu item used to cancel sorting rows by group summary values. In this instance, group rows are sorted by the values of the corresponding grouping column.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public static string ClearGroupSummarySorting { get; }

Property Value

Type Description
String

The “ItemClearGroupSummarySorting” string value.

See Also