ClassTextFilterDescriptor
Class
Represents a PropertyFilterDescriptor that is associated with the string data type.
Definition
Namespace:Telerik.Data.Core
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class TextFilterDescriptor : PropertyFilterDescriptor, INotifyPropertyChanged
Inheritance: objectViewModelBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptorTextFilterDescriptor
Derived Classes:
Implements:
Inherited Members
Constructors
TextFilterDescriptor()
Initializes a new instance of the TextFilterDescriptor class.
Declaration
cs-api-definition
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
cs-api-definition
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.