Class ContainerNodeEventArgs
Provides data for the AddingContainerNode event.
Inheritance
System.Object
    ContainerNodeEventArgs
  Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class ContainerNodeEventArgs : CancelEventArgs
  Constructors
ContainerNodeEventArgs(ContainerNode, IPivotFieldInfo)
Initializes a new instance of the ContainerNodeEventArgs class.
Declaration
public ContainerNodeEventArgs(ContainerNode containerNode, IPivotFieldInfo info)
  Parameters
| 
        ContainerNode
        containerNode
         
  | 
    
| 
        IPivotFieldInfo
        info
         
  | 
    
Properties
ContainerInfo
Gets the value of the IPivotFieldInfo associated with the current ContainerNode .
Declaration
public IPivotFieldInfo ContainerInfo { get; }
  Property Value
| 
        IPivotFieldInfo
         The error.  | 
    
ContainerNode
Gets or sets the value for the current ContainerNode.
Declaration
public ContainerNode ContainerNode { get; set; }
  Property Value
| 
        ContainerNode
         The error.  |