DashboardDesigner.CreateBars() Method
Creates and initializes a toolbar menu in the DashboardDesigner‘s parent control.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Remarks
Use the CreateBars method to create a toolbar menu that allows end-users to access commands required to work with the DashboardDesigner.
You can create a Ribbon that provides the same functionality instead. To do this, use the DashboardDesigner.CreateRibbon method.
See Also