Class ExpandedEventArgs
Class containing event data, related after expand operation in PivotGrid.
Inheritance
System.Object
System.EventArgs
ExpandedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
PivotCellInfo |