ClassDescriptionWrapper
Class
A base class for the data items presenting the descriptions in the field list view model.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
cs-api-definition
public abstract class DescriptionWrapper : IField, INotifyPropertyChanged
Inheritance: objectDescriptionWrapper
Derived Classes:
Implements:
Properties
Description
Gets the underlying DescriptionBase.
Declaration
cs-api-definition
public DescriptionBase Description { get; }
Property Value
FieldInfo
Gets the IPivotFieldInfo associated with the Description.
Declaration
cs-api-definition
public IPivotFieldInfo FieldInfo { get; }
Property Value
Implements
ParentList
Gets the FieldCollection this IField belongs to.
Declaration
cs-api-definition
public FieldCollection ParentList { get; }
Property Value
Implements
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements