PivotGridControl.UserAction Property
In This Article
Gets the end-user action performed on the PivotGridControl.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
[Browsable(false)]
[DefaultValue(UserAction.None)]
public UserAction UserAction { get; }
#Property Value
Type | Default | Description |
---|---|---|
User |
None | The User |
Available values:
Name | Description |
---|---|
None | No action. |
Prefilter | An end-user invokes a Filter Editor. |
Field |
An end-user invokes the filter drop-down. |
Field |
An end-user resizes the column. |
Field |
An end-user drags the field header. |
Field |
An end-user invokes the Expression Editor dialog. |
Menu |
An end-user invokes a context menu. |
See Also