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

DashboardSavedEventArgs.NewFileName Property

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

Namespace: DevExpress.DashboardWin

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

Declaration

public string NewFileName { get; }

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