Interface
IHierarchicalFieldInfo

Represents an abstraction of a property info with child properties.

Definition

Namespace:Telerik.Pivot.Core.Fields

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
public interface IHierarchicalFieldInfo : IPivotFieldInfo

Inherited Members IPivotFieldInfo.NameIPivotFieldInfo.DisplayNameIPivotFieldInfo.DataTypeIPivotFieldInfo.PreferredRoleIPivotFieldInfo.AllowedRolesIPivotFieldInfo.AutoGenerateField

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

IHierarchicalFieldInfo

In this article
DefinitionPropertiesChildrenParent
Not finding the help you need?
Contact Support