Class TextFilterDescriptor
Represents a Property
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TextFilterDescriptor : PropertyFilterDescriptor, INotifyPropertyChanged, IPropertyDescriptor
Constructors
TextFilterDescriptor()
Initializes a new instance of the Text
Declaration
public TextFilterDescriptor()
Properties
IsCaseSensitive
Gets or sets a value indicating whether the text comparisons will be case-sensitive. Defaults to true.
Declaration
public bool IsCaseSensitive { get; set; }
Property Value
System.
|
Operator
Gets or sets the Text
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.
Declaration
protected override bool PassesFilterOverride(object itemValue)
Parameters
System. The property value, as defined by the Property |
Returns
System. True if the filter is passed and the associated item should be displayed, false otherwise. |