Skip to main content
A newer version of this page is available. .

DashboardViewer.UserAction Property

Gets the end-user action performed on the DashboardViewer.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

[Browsable(false)]
public UserAction UserAction { get; }

Property Value

Type Description
UserAction

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

See Also