Represents a PropertyFilterDescriptor that is associated with the objects that have properties.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class NestedPropertyTextFilterDescriptor : TextFilterDescriptor, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseDataDescriptorFilterDescriptorBasePropertyFilterDescriptorTextFilterDescriptorNestedPropertyTextFilterDescriptor...
Implements:
Inherited Members
Constructors
C#
public NestedPropertyTextFilterDescriptor()
Properties
Gets or sets the item property getter.
C#
public Func<object, object> ItemPropertyGetter { get; set; }
The item property getter.