DashboardSaveCommand Enum
In This Article
Lists values that specify save commands.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#Members
Name | Description |
---|---|
Save
|
An end-user has called the Save command. |
Save
|
An end-user has called the Save As command. |
#Related API Members
The following properties accept/return DashboardSaveCommand values:
#Remarks
Values listed by this enumeration are used to set the DashboardSavingEventArgs.Command property.
See Also