Back to Devexpress

UserAction Enum

dashboard-devexpress-dot-dashboardwin-ba8df6d9.md

latest1.5 KB
Original Source

UserAction Enum

Lists values that specify end-user actions on the DashboardDesigner or DashboardViewer.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public enum UserAction
vb
Public Enum UserAction

Members

NameDescription
None

No action.

| | LayoutAction |

An end-user changes the dashboard layout.

|

The following properties accept/return UserAction values:

Remarks

Values listed in this enumeration are returned by the DashboardDesigner.UserAction or DashboardViewer.UserAction properties.

See Also

DevExpress.DashboardWin Namespace