DashboardDesigner.DashboardFileName Property
In This Article
Gets the name of the file where the currently opened dashboard is stored.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#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