InterfaceIHierarchicalFieldInfo
Interface
Represents an abstraction of a property info with child properties.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public interface IHierarchicalFieldInfo : IPivotFieldInfo
Inherited Members
Properties
Children
Gets the children of this property.
Declaration
cs-api-definition
IList<IHierarchicalFieldInfo> Children { get; }
Property Value
IList<IHierarchicalFieldInfo>
Parent
Gets the parent of this property.
Declaration
cs-api-definition
IHierarchicalFieldInfo Parent { get; }
Property Value