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