Class DescriptionWrapper
A base class for the data items presenting the descriptions in the field list view model.
Inheritance
System.Object
DescriptionWrapper
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public abstract class DescriptionWrapper : Object, IField, INotifyPropertyChanged
Properties
Description
Gets the underlying Description
Declaration
public DescriptionBase Description { get; }
Property Value
FieldInfo
Gets the IPivot
Declaration
public IPivotFieldInfo FieldInfo { get; }
Property Value
Implements
ParentList
Gets the Field
Declaration
public FieldCollection ParentList { get; }
Property Value
Implements
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|