Enum
DataGridUserGroupMode

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:

cs-api-definition
public enum DataGridUserGroupMode

Fields

Auto

The default (automatic) option is used.

Declaration

cs-api-definition
Auto = 0

Field Value

DataGridUserGroupMode

Disabled

The grouping exposed to the user through the Grouping UI is disabled.

Declaration

cs-api-definition
Disabled = 2

Field Value

DataGridUserGroupMode

Enabled

The grouping exposed to the user through the Grouping UI is enabled.

Declaration

cs-api-definition
Enabled = 1

Field Value

DataGridUserGroupMode

In this article
DefinitionFieldsAutoDisabledEnabled
Not finding the help you need?
Contact Support