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

ASPxDashboard.DashboardStorageFolder Property

Gets or sets the path to a folder used to keep dashboards.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

[DefaultValue("")]
public string DashboardStorageFolder { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the path to a folder used to keep dashboards.

Remarks

Note that specifying the DashboardStorageFolder property is the equivalent of creating a DashboardFileStorage.

See Also