Class CollapsingEventArgs
Class containing the event data, related before collapse operation in PivotGrid.
Inheritance
System.Object
CollapsingEventArgs
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class CollapsingEventArgs : CancelEventArgs
Constructors
CollapsingEventArgs(PivotCellInfo)
This method is handled before collapse operation in PivotGrid.
Declaration
public CollapsingEventArgs(PivotCellInfo PivotCellInfo)
Parameters
Type | Name | Description |
---|---|---|
PivotCellInfo | PivotCellInfo |
Properties
PivotCellInfo
Gets or sets the cell information.
Declaration
public PivotCellInfo PivotCellInfo { get; set; }
Property Value
Type |
---|
PivotCellInfo |