Class DataGridUserGroupMode
Defines the available modes that control the User Input and Experience related to the grouping operations within the RadDataGrid component.
Inheritance
System.Object
DataGridUserGroupMode
Namespace: Telerik.Maui.Controls.DataGrid
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class DataGridUserGroupMode : Enum
Fields
Auto
The default (automatic) option is used.
Declaration
public const DataGridUserGroupMode Auto
Field Value
DataGridUserGroupMode
|
Disabled
The grouping exposed to the user through the Grouping UI is disabled.
Declaration
public const DataGridUserGroupMode Disabled
Field Value
DataGridUserGroupMode
|
Enabled
The grouping exposed to the user through the Grouping UI is enabled.
Declaration
public const DataGridUserGroupMode Enabled
Field Value
DataGridUserGroupMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|