Back to Devexpress

DashboardDesigner.CreateBars() Method

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-d4907b1f.md

latest1.5 KB
Original Source

DashboardDesigner.CreateBars() Method

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

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public void CreateBars()
vb
Public Sub 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

CreateRibbon()

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace