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

DefaultColumnMenuItemNames.MenuColumnGroupIntervalMonth Property

Returns “Month”. Corresponds to the menu item that groups rows by the month of their values. To learn more, see interval grouping.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public static string MenuColumnGroupIntervalMonth { get; }

Property Value

Type Description
String

The “Month” string value.

See Also