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.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
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