Class DataDescriptorBase
Inheritance
System.Object
DataDescriptorBase
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.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
|