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
Constructors
Initializes a new instance of the ContainerNodeEventArgs class.
C#
public ContainerNodeEventArgs(ContainerNode containerNode, IPivotFieldInfo info)
Properties
Gets the value of the IPivotFieldInfo associated with the current ContainerNode .
C#
public IPivotFieldInfo ContainerInfo { get; }
The error.
Gets or sets the value for the current ContainerNode.
C#
public ContainerNode ContainerNode { get; set; }
The error.