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

DashboardSaveCommand Enum

Lists values that specify save commands.

Namespace: DevExpress.DashboardWin

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public enum DashboardSaveCommand

Members

Name Description
Save

An end-user has called the Save command.

SaveAs

An end-user has called the Save As command.

Remarks

Values listed by this enumeration are used to set the DashboardSavingEventArgs.Command property.

See Also