Back to Devexpress

DashboardDesigner.UserAction Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-ae9f0371.md

latest1.6 KB
Original Source

DashboardDesigner.UserAction Property

Gets the end-user action performed on the DashboardDesigner.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Property Value

TypeDescription
UserAction

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

|

Available values:

NameDescription
None

No action.

| | LayoutAction |

An end-user changes the dashboard layout.

|

Implements

UserAction

See Also

UserAction

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace