ClassFieldInfoNode
Class
Represents a node that is associated with IPivotFieldInfo instance.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public sealed class FieldInfoNode : ContainerNode
Inheritance: objectContainerNodeFieldInfoNode
Inherited Members
Constructors
FieldInfoNode(IPivotFieldInfo)
Initializes a new instance of the FieldInfoNode class.
Declaration
cs-api-definition
public FieldInfoNode(IPivotFieldInfo info)
Parameters
info
The IPivotFieldInfo associated with this node.
FieldInfoNode(IPivotFieldInfo, ContainerNodeRole)
Initializes a new instance of the FieldInfoNode class.
Declaration
cs-api-definition
public FieldInfoNode(IPivotFieldInfo info, ContainerNodeRole role)
Parameters
info
The IPivotFieldInfo associated with this node.
role
The role.
Properties
FieldInfo
Declaration
cs-api-definition
public IPivotFieldInfo FieldInfo { get; }
Property Value