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