Class ListViewDelegateGroupDescriptor
Inheritance
System.Object
ListViewDelegateGroupDescriptor
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ListViewDelegateGroupDescriptor : GroupDescriptorBase, IChildElement, IComparer, IComparer<object>, IKeyLookup
Constructors
ListViewDelegateGroupDescriptor()
Declaration
public ListViewDelegateGroupDescriptor()
Fields
KeyExtractorProperty
Declaration
public static readonly BindableProperty KeyExtractorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
KeyExtractor
Declaration
public Func<object, object> KeyExtractor { get; set; }
Property Value
System.Func<System.Object, System.Object>
|
Methods
GetDescriptorCollection(RadListView)
Declaration
protected override IList GetDescriptorCollection(RadListView listView)
Parameters
RadListView
listView
|
Returns
System.Collections.IList
|
Overrides
GetKeyCore(Object)
Declaration
protected override object GetKeyCore(object item)
Parameters
System.Object
item
|
Returns
System.Object
|