Skip to main content

UserAction Enum

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public enum UserAction

Members

Name Description
None

No action.

LayoutAction

An end-user changes the dashboard layout.

Remarks

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

See Also