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

DefaultColumnMenuItemNames.GroupColumn Field

Returns “ItemGroupColumn”. Corresponds to the menu item used to group/ungroup data by the values of the corresponding column.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v21.1.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public const string GroupColumn = "ItemGroupColumn"

Field Value

Type Description
String

The “ItemGroupColumn” string value.

See Also