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

DashboardDesigner.DashboardFileName Property

Gets the name of the file where the currently opened dashboard is stored.

Namespace: DevExpress.DashboardWin

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

Declaration

[Browsable(false)]
public string DashboardFileName { get; }

Property Value

Type Description
String

A String that specifies the name of the file where the currently open dashboard is stored.

Remarks

The DashboardFileName property is initialized when you open a dashboard from a file or save it to a new location.

To save a dashboard, use the Dashboard.SaveToXml method. To open a dashboard, use the DashboardDesigner.LoadDashboard method.

See Also