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 DescriptionBase.
Declaration
public DescriptionBase Description { get; }
Property Value
DescriptionBase
|
FieldInfo
Gets the IPivotFieldInfo associated with the Description.
Declaration
public IPivotFieldInfo FieldInfo { get; }
Property Value
IPivotFieldInfo
|
Implements
ParentList
Gets the FieldCollection this IField belongs to.
Declaration
public FieldCollection ParentList { get; }
Property Value
FieldCollection
|
Implements
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|