Defines the available modes that control the User Input and Experience related to the grouping operations within the RadDataGrid component.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum DataGridUserGroupMode
Fields
The default (automatic) option is used.
C#
Auto = 0
The grouping exposed to the user through the Grouping UI is disabled.
C#
Disabled = 2
The grouping exposed to the user through the Grouping UI is enabled.
C#
Enabled = 1