ContainerNode
Class
Represents a node in FieldInfoNode hierarchy.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class ContainerNode
Inheritance: objectContainerNode
Derived Classes:
Constructors
Initializes a new instance of the ContainerNode class.
C#
public ContainerNode(string caption, ContainerNodeRole role)
Initializes a new instance of the ContainerNode class.
C#
public ContainerNode(string name, string caption, ContainerNodeRole role)
Properties
Gets the display name.
C#
public string Caption { get; }
The display name.
Children
IList<ContainerNode>
Gets the children.
C#
public IList<ContainerNode> Children { get; }
The children.
Value indicating whether this instance has child nodes.
C#
public virtual bool HasChildren { get; }
True, if there are child nodes.
Gets a string that can be used as an identifier of this instance.
C#
public string Name { get; }
The name.
Gets or sets the role.
C#
public ContainerNodeRole Role { get; protected set; }
The role.