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