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