Class PropertySortDescriptor
Inheritance
System.Object
PropertySortDescriptor
Inherited Members
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.dll
Syntax
public class PropertySortDescriptor : SortDescriptorBase, IChildElement, IComparer, IComparer<object>
Constructors
PropertySortDescriptor()
Declaration
public PropertySortDescriptor()
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
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|