An IPivotFieldInfo that has child properties.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class HierarchicalPropertyInfoFieldInfo : PropertyInfoFieldInfo, IHierarchicalFieldInfo, IPivotFieldInfo
Inheritance: objectPivotFieldInfoPropertyFieldInfoPropertyInfoFieldInfoHierarchicalPropertyInfoFieldInfo
Implements:
Inherited Members
Constructors
Initializes a new instance of the HierarchicalPropertyInfoFieldInfo class.
C#
public HierarchicalPropertyInfoFieldInfo(PropertyInfo propertyInfo, Func<object, object> propertyAccess)
The property info.
propertyAccessFunc<object, object>The property access.
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: