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

DefaultColumnMenuItemNames.ClearGroupSummarySorting Field

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public const string ClearGroupSummarySorting = "ItemClearGroupSummarySorting"

Field Value

Type Description
String

The “ItemClearGroupSummarySorting” string value.

See Also