DashboardDesigner.BarAndDockingController Property
In This Article
Gets or sets the BarAndDockingController that will provide default appearance options for the DashboardDesigner‘s elements.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[DefaultValue(null)]
public DashboardBarAndDockingController BarAndDockingController { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
null | A Dashboard |
See Also