Class
NestedPropertyTextFilterDescriptor

Represents a PropertyFilterDescriptor that is associated with the objects that have properties.

Definition

Namespace:Telerik.Maui.Controls.Data

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class NestedPropertyTextFilterDescriptor : TextFilterDescriptor, INotifyPropertyChanged

Inheritance: objectNotifyPropertyChangedBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptorTextFilterDescriptorNestedPropertyTextFilterDescriptor

Implements: INotifyPropertyChanged

Inherited Members TextFilterDescriptor.PassesFilterOverride(object)TextFilterDescriptor.OperatorTextFilterDescriptor.IsCaseSensitivePropertyFilterDescriptor.OnPropertyChanged(string)PropertyFilterDescriptor.ValuePropertyFilterDescriptor.PropertyNameNotifyPropertyChangedBase.UpdateValue<T>(ref T, T, string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, Action<T>, string)NotifyPropertyChangedBase.PropertyChanged

Constructors

NestedPropertyTextFilterDescriptor()

Declaration

cs-api-definition
public NestedPropertyTextFilterDescriptor()

Properties

ItemPropertyGetter

Gets or sets the item property getter.

Declaration

cs-api-definition
public Func<object, object> ItemPropertyGetter { get; set; }

Property Value

Func<object, object>

The item property getter.