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

DashboardDesigner.UserAction Property

Gets the end-user action performed on the DashboardDesigner.

Namespace: DevExpress.DashboardWin

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

Declaration

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

Property Value

Type Description
UserAction

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

Available values:

Name Description
None

No action.

LayoutAction

An end-user changes the dashboard layout.

See Also