Class
DescriptionWrapper

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: ChildFilterChildLabelFilterLabelValueValuesPositionField

Implements: IFieldINotifyPropertyChanged

Properties

Description

Gets the underlying DescriptionBase.

Declaration

cs-api-definition
public DescriptionBase Description { get; }

Property Value

DescriptionBase

FieldInfo

Gets the IPivotFieldInfo associated with the Description.

Declaration

cs-api-definition
public IPivotFieldInfo FieldInfo { get; }

Property Value

IPivotFieldInfo

Implements IField.FieldInfo

ParentList

Gets the FieldCollection this IField belongs to.

Declaration

cs-api-definition
public FieldCollection ParentList { get; }

Property Value

FieldCollection

Implements IField.ParentList

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged