IDashboardControl.UserAction Property
In This Article
Gets the end-user action performed on the DashboardViewer/DashboardDesigner.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
UserAction UserAction { get; }
#Property Value
Type | Description |
---|---|
User |
The User |
Available values:
Name | Description |
---|---|
None | No action. |
Layout |
An end-user changes the dashboard layout. |
See Also