An IPivotFieldInfo that uses PropertyDescriptor to identify a property.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class PropertyDescriptorFieldInfo : PropertyFieldInfo, IPivotFieldInfo
Inheritance: objectPivotFieldInfoPropertyFieldInfoPropertyDescriptorFieldInfo
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the PropertyDescriptorFieldInfo class.
C#
public PropertyDescriptorFieldInfo(PropertyDescriptor propertyDescriptor)
The property descriptor.
Properties
Gets the property descriptor for this field info.
C#
protected PropertyDescriptor PropertyDescriptor { get; }