Skip to main content

DashboardViewer.UserAction Property

Gets the end-user action performed on the DashboardViewer.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

#Declaration

[Browsable(false)]
public UserAction UserAction { get; }

#Property Value

Type Description
UserAction

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

Available values:

Name Description
None

No action.

LayoutAction

An end-user changes the dashboard layout.

#Implements

See Also