Skip to main content
A newer version of this page is available. .

PivotUserActionEventArgs.UserAction Property

Gets the end-user action performed on the PivotGridControl.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public UserAction UserAction { get; }

Property Value

Type Description
UserAction

A UserAction enumeration value that identifies the end-user action performed on the PivotGridControl.

Available values:

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.

See Also