FieldInfoNode
Class
Represents a node that is associated with IPivotFieldInfo instance.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public sealed class FieldInfoNode : ContainerNode
Inheritance: objectContainerNodeFieldInfoNode
Inherited Members
Constructors
Initializes a new instance of the FieldInfoNode class.
C#
public FieldInfoNode(IPivotFieldInfo info, ContainerNodeRole role)
The IPivotFieldInfo associated with this node.
roleContainerNodeRoleThe role.
Initializes a new instance of the FieldInfoNode class.
C#
public FieldInfoNode(IPivotFieldInfo info)
The IPivotFieldInfo associated with this node.
Properties
C#
public IPivotFieldInfo FieldInfo { get; }