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

Provides data for the AddingContainerNode event.

Definition

Namespace:Telerik.Pivot.Core.Fields

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class ContainerNodeEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsContainerNodeEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the ContainerNodeEventArgs class.

C#
public ContainerNodeEventArgs(ContainerNode containerNode, IPivotFieldInfo info)
Parameters:containerNodeContainerNodeinfoIPivotFieldInfo

Properties

Gets the value of the IPivotFieldInfo associated with the current ContainerNode .

C#
public IPivotFieldInfo ContainerInfo { get; }
Property Value:

The error.

Gets or sets the value for the current ContainerNode.

C#
public ContainerNode ContainerNode { get; set; }
Property Value:

The error.