Class DataGridUserGroupMode
Defines the available modes that control the User Input and Experience related to the grouping operations within the Rad
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
Disabled
The grouping exposed to the user through the Grouping UI is disabled.
Declaration
public const DataGridUserGroupMode Disabled
Field Value
Enabled
The grouping exposed to the user through the Grouping UI is enabled.
Declaration
public const DataGridUserGroupMode Enabled
Field Value
value__
Declaration
public int value__
Field Value
System.
|