New to Telerik UI for WinFormsStart a free 30-day trial

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: FieldInfoNode

Constructors

Initializes a new instance of the ContainerNode class.

C#
public ContainerNode(string caption, ContainerNodeRole role)
Parameters:captionstringroleContainerNodeRole

Initializes a new instance of the ContainerNode class.

C#
public ContainerNode(string name, string caption, ContainerNodeRole role)
Parameters:namestringcaptionstringroleContainerNodeRole

Properties

Gets the display name.

C#
public string Caption { get; }
Property Value:

The display name.

Gets the children.

C#
public IList<ContainerNode> Children { get; }
Property Value:

The children.

Value indicating whether this instance has child nodes.

C#
public virtual bool HasChildren { get; }
Property Value:

True, if there are child nodes.

Gets a string that can be used as an identifier of this instance.

C#
public string Name { get; }
Property Value:

The name.

Gets or sets the role.

C#
public ContainerNodeRole Role { get; protected set; }
Property Value:

The role.