Class DelegateGroupDescriptor
Inheritance
System.Object
DelegateGroupDescriptor
Inherited Members
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class DelegateGroupDescriptor : GroupDescriptorBase, IChildElement, IComparer, IComparer<object>, IKeyLookup
Constructors
DelegateGroupDescriptor()
Declaration
public DelegateGroupDescriptor()
Fields
KeyExtractorProperty
Declaration
public static readonly BindableProperty KeyExtractorProperty
Field Value
Xamarin.Forms.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
|