DashboardSavedEventArgs.NewFileName Property
Gets the path to the dashboard XML definition after the save operation.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Property Value
Type | Description |
---|---|
String | A String that is the path to the dashboard XML definition after the save operation. |
Remarks
Use the DashboardSavedEventArgs.OldFileName property to obtain the path to the dashboard XML definition before the save operation.
See Also