UserAction Enum
In This Article
Lists values that specify end-user actions on the PivotGridControl.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Members
Name | Description |
---|---|
None
|
No action. |
Prefilter
|
A user invokes a Prefilter. |
Field
|
An end-user invokes the filter drop-down. |
Field
|
An end-user resizes the column or row. |
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. |
Filter
|
A user invokes a Filter Editor. |
#Related API Members
The following properties accept/return UserAction values:
#Remarks
Values listed in this enumeration are returned by the PivotGridControl.UserAction property.
See Also