DescriptionWrapper
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:
C#
public abstract class DescriptionWrapper : IField, INotifyPropertyChanged
Inheritance: objectDescriptionWrapper
Derived Classes:
Implements:
Properties
Gets the underlying DescriptionBase.
C#
public DescriptionBase Description { get; }
Gets the IPivotFieldInfo associated with the Description.
C#
public IPivotFieldInfo FieldInfo { get; }
Implements:
Gets the FieldCollection this IField belongs to.
C#
public FieldCollection ParentList { get; }
Implements:
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: