PivotUserActionEventArgs(UserAction) Constructor
Initializes a new instance of the PivotUserActionEventArgs class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v25.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| userAction | UserAction | A UserAction object that specifies the end-user action on the PivotGridControl. |
See Also