windowsforms-devexpress-dot-xtrapivotgrid-b05ae825.md
Lists values that specify end-user actions on the PivotGridControl.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public enum UserAction
Public Enum UserAction
| Name | Description |
|---|---|
None |
No action.
|
| Prefilter |
An end-user invokes a Filter Editor.
|
| FieldFilter |
An end-user invokes the filter drop-down.
|
| FieldResize |
An end-user resizes the column.
|
| FieldDrag |
An end-user drags the field header.
|
| FieldUnboundExpression |
An end-user invokes the Expression Editor dialog.
|
| MenuOpen |
An end-user invokes a context menu.
|
The following properties accept/return UserAction values:
Handle the PivotGridControl.UserActionChanged event to respond to end-user actions.
See Also