Class NestedPropertyTextFilterDescriptor
Represents a Property
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. The item property getter. |