TextFilterDescriptor
Class
Represents a PropertyFilterDescriptor that is associated with the string data type.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class TextFilterDescriptor : PropertyFilterDescriptor, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptorTextFilterDescriptor...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the TextFilterDescriptor class.
C#
public TextFilterDescriptor()
Properties
Gets or sets a value indicating whether the text comparisons will be case-sensitive. Defaults to true.
C#
public bool IsCaseSensitive { get; set; }
Gets or sets the TextOperator value that defines how the member is compared with each value from the items source.
C#
public TextOperator Operator { get; set; }
Methods
Encapsulates the core filter logic exposed by the descriptor. Allows inheritors to provide their own custom filtering logic.