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

DefaultColumnMenuItemNames.MenuColumnGroupIntervalYear Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

public static string MenuColumnGroupIntervalYear { get; }

Property Value

Type Description
String

The “Year” string value.

See Also