An IPivotFieldInfo that uses PropertyDescriptor to identify a property, which has child properties.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class HierarchicalPropertyDescriptorFieldInfo : PropertyDescriptorFieldInfo, IHierarchicalFieldInfo, IPivotFieldInfo
Inheritance: objectPivotFieldInfoPropertyFieldInfoPropertyDescriptorFieldInfoHierarchicalPropertyDescriptorFieldInfo
Implements:
Inherited Members
Constructors
Initializes a new instance of the HierarchicalPropertyDescriptorFieldInfo class.
C#
public HierarchicalPropertyDescriptorFieldInfo(PropertyDescriptor propertyDescriptor)
The property descriptor.
Properties
Gets the children of this property.
C#
public IList<IHierarchicalFieldInfo> Children { get; }
Implements:
Gets the parent of this property.
C#
public IHierarchicalFieldInfo Parent { get; }
Implements: