Represents the filtering UI for the DataGridTextColumn.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridTextFilterControl : DataGridTypedFilterControl, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewDataGridFilterControlBaseDataGridTypedFilterControlDataGridTextFilterControl
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public DataGridTextFilterControl()
Fields
IsFirstDescriptorCaseSensitiveProperty
BindableProperty
Identifies the IsFirstDescriptorCaseSensitive property.
C#
public static readonly BindableProperty IsFirstDescriptorCaseSensitiveProperty
IsSecondDescriptorCaseSensitiveProperty
BindableProperty
Identifies the IsSecondDescriptorCaseSensitive property.
C#
public static readonly BindableProperty IsSecondDescriptorCaseSensitiveProperty
Properties
Gets or sets a value indicating whether the text comparisons for the first descriptor will be case-sensitive.
C#
public bool IsFirstDescriptorCaseSensitive { get; set; }
Gets or sets a value indicating whether the text comparisons for the second descriptor will be case-sensitive.
C#
public bool IsSecondDescriptorCaseSensitive { get; set; }
Methods
Initializes the filter control with default values and settings.
C#
protected override void Initialize()
Overrides: