Enum
DataGridUserFilterMode

Defines the available modes that control the User Input and Experience related to the filtering operations within the RadDataGrid component.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public enum DataGridUserFilterMode

Fields

Auto

The default (automatic) option is used.

Declaration

cs-api-definition
Auto = 0

Field Value

DataGridUserFilterMode

Disabled

The filtering exposed to the user through the filtering button on each column header is disabled.

Declaration

cs-api-definition
Disabled = 2

Field Value

DataGridUserFilterMode

Enabled

The filtering exposed to the user through the filtering button on each column header is enabled.

Declaration

cs-api-definition
Enabled = 1

Field Value

DataGridUserFilterMode

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