Class DataDescriptorBase
Represents the base class for data descriptors used in RadListView.
Inheritance
System.Object
DataDescriptorBase
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class DataDescriptorBase : BindableObject, IChildElement
Constructors
DataDescriptorBase()
Declaration
protected DataDescriptorBase()
Methods
GetDescriptorCollection(RadListView)
Gets the descriptor collection for the specified list view.
Declaration
protected abstract IList GetDescriptorCollection(RadListView listView)
Parameters
RadListView
listView
The list view to get the descriptor collection for. |
Returns
System.Collections.IList
The descriptor collection. |
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|