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

DefaultColumnMenuItemNames.UnGroupColumn Property

Returns “ItemUnGroupColumn”. Corresponds to the menu item used to ungroup the column.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public static string UnGroupColumn { get; }

Property Value

Type Description
String

The “ItemUnGroupColumn” string value.

See Also