Skip to main content

DashboardSavedEventArgs.OldFileName Property

Gets the path to the dashboard XML definition before the save operation.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public string OldFileName { get; }

#Property Value

Type Description
String

A String that is the path to the dashboard XML definition before the save operation.

#Remarks

Use the DashboardSavedEventArgs.NewFileName property to obtain the path to the dashboard XML definition after the save operation.

See Also