IHierarchicalFieldInfo
Interface
Represents an abstraction of a property info with child properties.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public interface IHierarchicalFieldInfo : IPivotFieldInfo
Derived Classes:
Inherited Members
Properties
Gets the children of this property.
C#
IList<IHierarchicalFieldInfo> Children { get; }
Gets the parent of this property.
C#
IHierarchicalFieldInfo Parent { get; }