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

DefaultColumnMenuItemNames.GroupColumn Property

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

Declaration

public static string GroupColumn { get; }

Property Value

Type Description
String

The “ItemGroupColumn” string value.

See Also