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