Skip to main content
All docs
V18.2

ASPxDashboardDesigner.UseDashboardConfigurator Property

Gets or sets whether the ASPxDashboardDesigner control uses the server-side API provided by DashboardConfigurator.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.dll

Declaration

[DefaultValue(true)]
public override bool UseDashboardConfigurator { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the ASPxDashboardDesigner control uses the server-side API provided by DashboardConfigurator; otherwise, false.

See Also