Back to Devexpress

DashboardDesigner.BarAndDockingController Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-63f53910.md

latest1.5 KB
Original Source

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.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[DefaultValue(null)]
public DashboardBarAndDockingController BarAndDockingController { get; set; }
vb
<DefaultValue(Nothing)>
Public Property BarAndDockingController As DashboardBarAndDockingController

Property Value

TypeDefaultDescription
DevExpress.DashboardWin.Native.DashboardBarAndDockingControllernull

A DashboardBarAndDockingController object providing appearance options.

|

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace