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

DashboardDesigner.CreateBars() Method

Creates and initializes a toolbar menu in the DashboardDesigner‘s parent control.

Namespace: DevExpress.DashboardWin

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

Declaration

public void CreateBars()

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