UserAction Enum
In This Article
Lists values that specify end-user actions on the PivotGridControl.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Members
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 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. |
#Remarks
Values listed in this enumeration are returned by the PivotGridControl.UserAction property.
See Also