Back to Devexpress

DashboardSaveCommand Enum

dashboard-devexpress-dot-dashboardwin-8b78b9c9.md

latest1.3 KB
Original Source

DashboardSaveCommand Enum

Lists values that specify save commands.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public enum DashboardSaveCommand
vb
Public Enum DashboardSaveCommand

Members

NameDescription
Save

An end-user has called the Save command.

| | SaveAs |

An end-user has called the Save As command.

|

The following properties accept/return DashboardSaveCommand values:

Remarks

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

See Also

DevExpress.DashboardWin Namespace