Back to Devexpress

DashboardDesigner.DashboardFileName Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-5dbc2bd9.md

latest1.9 KB
Original Source

DashboardDesigner.DashboardFileName Property

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Browsable(false)]
public string DashboardFileName { get; }
vb
<Browsable(False)>
Public ReadOnly Property DashboardFileName As String

Property Value

TypeDescription
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

Save a Dashboard in the WinForms Designer

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace