PivotCellEventArgs Class
In This Article
Provides data for the PivotGridControl.CellClick and PivotGridControl.CellDoubleClick events.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Remarks
The PivotGridControl.CellClick and PivotGridControl.CellDoubleClick events occur when an end-user clicks or double-clicks a pivot grid cell, respectively. To obtain which mouse button has been clicked, use the PivotCellEventArgs.Button property.
#Inheritance
Object
EventArgs
RoutedEventArgs
PivotCellBaseEventArgs
PivotCellEventArgs
See Also