ClassListViewDelegateGroupDescriptor
Represents a group descriptor that uses a delegate function to extract grouping keys from items.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
public class ListViewDelegateGroupDescriptor : GroupDescriptorBase, IComparer, IComparer<object>, IKeyLookup
Inheritance: objectDataDescriptorBaseOrderedDescriptorBaseGroupDescriptorBaseListViewDelegateGroupDescriptor
Implements:
Inherited Members
Constructors
ListViewDelegateGroupDescriptor()
Declaration
public ListViewDelegateGroupDescriptor()
Fields
KeyExtractorProperty
Identifies the KeyExtractor bindable property.
Declaration
public static readonly BindableProperty KeyExtractorProperty
Field Value
BindableProperty
Properties
KeyExtractor
Gets or sets the function used to extract grouping keys from items.
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 group descriptors collection as IList.
Overrides
GetKeyCore(object)
Extracts the grouping key from the specified item using the custom key extractor.