ClassListViewDelegateFilterDescriptor
Represents a filter descriptor that uses a delegate function to determine whether items pass the filter.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public class ListViewDelegateFilterDescriptor : FilterDescriptorBase, IFilter
Inheritance: objectDataDescriptorBaseFilterDescriptorBaseListViewDelegateFilterDescriptor
Implements:
Inherited Members
Constructors
ListViewDelegateFilterDescriptor()
Declaration
public ListViewDelegateFilterDescriptor()
Fields
FilterProperty
Identifies the Filter bindable property.
Declaration
public static readonly BindableProperty FilterProperty
Field Value
BindableProperty
Properties
Filter
Gets or sets the filter function used to determine whether items pass the filter.
Methods
GetDescriptorCollection(RadListView)
Gets the descriptor collection from the specified list view.
Declaration
protected override IList GetDescriptorCollection(RadListView listView)
Parameters
listView
The RadListView instance.
Returns
The filter descriptors collection as IList.
Overrides
PassesFilterCore(object)
Determines whether the specified item passes the filter criteria.