Class CollapsingEventArgs
Provides data for the Collapsing event.
Inheritance
System.Object
CollapsingEventArgs
Namespace: Syncfusion.Windows.Forms.PivotAnalysis
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class CollapsingEventArgs : CancelEventArgs
Constructors
CollapsingEventArgs(PivotCellInfo)
Initializes a new instance of the CollapsingEventArgs class with the specified PivotCellInfo.
Declaration
public CollapsingEventArgs(PivotCellInfo PivotCellInfo)
Parameters
Type | Name | Description |
---|---|---|
PivotCellInfo | PivotCellInfo | The information about the pivot cell. |
Properties
PivotCellInfo
Gets or sets the information about pivot cell.
Declaration
public PivotCellInfo PivotCellInfo { get; set; }
Property Value
Type |
---|
PivotCellInfo |