Class ListViewPropertySortDescriptor
Inheritance
System.Object
ListViewPropertySortDescriptor
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ListViewPropertySortDescriptor : SortDescriptorBase, IChildElement, IComparer, IComparer<object>
Constructors
ListViewPropertySortDescriptor()
Declaration
public ListViewPropertySortDescriptor()
Fields
PropertyNameProperty
Declaration
public static readonly BindableProperty PropertyNameProperty
Field Value
Microsoft.Maui.Controls.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
|