Back to Devexpress

PivotGridControl.UserAction Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-4374e87f.md

latest2.3 KB
Original Source

PivotGridControl.UserAction Property

Gets the end-user action performed on the PivotGridControl.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
[DefaultValue(UserAction.None)]
public UserAction UserAction { get; }
vb
<Browsable(False)>
<DefaultValue(UserAction.None)>
Public ReadOnly Property UserAction As UserAction

Property Value

TypeDefaultDescription
UserActionNone

The UserAction object that is the end-user action performed on the PivotGridControl.

|

Available values:

NameDescription
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

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace