Class PropertyGroupDescriptor
Inheritance
System.Object
PropertyGroupDescriptor
Inherited Members
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class PropertyGroupDescriptor : GroupDescriptorBase, IChildElement, IComparer, IComparer<object>, IKeyLookup
Constructors
PropertyGroupDescriptor()
Declaration
public PropertyGroupDescriptor()
Fields
PropertyNameProperty
Declaration
public static readonly BindableProperty PropertyNameProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
System.String
|
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
|
Overrides
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|