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

DashboardDesigner.BarAndDockingController Property

Gets or sets the BarAndDockingController that will provide default appearance options for the DashboardDesigner‘s elements.

Namespace: DevExpress.DashboardWin

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

Declaration

[DefaultValue(null)]
public DashboardBarAndDockingController BarAndDockingController { get; set; }

Property Value

Type Default Description
DevExpress.DashboardWin.Native.DashboardBarAndDockingController *null*

A DashboardBarAndDockingController object providing appearance options.

See Also