Interface IHierarchicalFieldInfo
Represents an abstraction of a property info with child properties.
Inherited Members
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public interface IHierarchicalFieldInfo : IPivotFieldInfo
Properties
Children
Gets the children of this property.
Declaration
IList<IHierarchicalFieldInfo> Children { get; }
Property Value
System.Collections.Generic.IList<IHierarchicalFieldInfo>
|
Parent
Gets the parent of this property.
Declaration
IHierarchicalFieldInfo Parent { get; }
Property Value
IHierarchicalFieldInfo
|