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

DashboardSavedEventArgs.OldFileName Property

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

Namespace: DevExpress.DashboardWin

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

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