Class DataDescriptorBase
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)
Declaration
protected abstract IList GetDescriptorCollection(RadListView listView)
Parameters
RadListView
listView
|
Returns
System.Collections.IList
|
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|