UserAction Enum
In This Article
Lists values that specify end-user actions on the DashboardDesigner or DashboardViewer.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#Members
Name | Description |
---|---|
None
|
No action. |
Layout
|
An end-user changes the dashboard layout. |
#Related API Members
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