New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public abstract class DescriptionWrapper : IField, INotifyPropertyChanged

Inheritance: objectDescriptionWrapper

Derived Classes: ChildFilterChildLabelFilterLabelValueValuesPositionField...

Implements: IFieldINotifyPropertyChanged

Properties

Gets the underlying DescriptionBase.

C#
public DescriptionBase Description { get; }

Gets the IPivotFieldInfo associated with the Description.

C#
public IPivotFieldInfo FieldInfo { get; }

Implements: IField.FieldInfo

Gets the FieldCollection this IField belongs to.

C#
public FieldCollection ParentList { get; }

Implements: IField.ParentList

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged