Class
DataDescriptorBase

Represents the base class for data descriptors used in RadListView.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public abstract class DataDescriptorBase : BindableObject

Inheritance: objectDataDescriptorBase

Derived Classes: FilterDescriptorBaseOrderedDescriptorBase

Constructors

DataDescriptorBase()

Declaration

cs-api-definition
protected DataDescriptorBase()

Methods

GetDescriptorCollection(RadListView)

Gets the descriptor collection for the specified list view.

Declaration

cs-api-definition
protected abstract IList GetDescriptorCollection(RadListView listView)

Parameters

listView

RadListView

The list view to get the descriptor collection for.

Returns

IList

The descriptor collection.

OnPropertyChanged(string)

Declaration

cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)

Parameters

propertyName

string