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