Class NestedPropertyTextFilterDescriptor
Represents a PropertyFilterDescriptor that is associated with the objects that have properties.
Inheritance
System.Object
NestedPropertyTextFilterDescriptor
Inherited Members
Namespace: Telerik.Maui.Controls.Data
Assembly: Telerik.Maui.Controls.dll
Syntax
public class NestedPropertyTextFilterDescriptor : TextFilterDescriptor, INotifyPropertyChanged, IPropertyDescriptor
Constructors
NestedPropertyTextFilterDescriptor()
Declaration
public NestedPropertyTextFilterDescriptor()
Properties
ItemPropertyGetter
Gets or sets the item property getter.
Declaration
public Func<object, object> ItemPropertyGetter { get; set; }
Property Value
System.Func<System.Object, System.Object>
The item property getter. |