Skip to main content
Bar

BarLargeButtonItem() Constructor

Creates an instance of the BarLargeButtonItem class with default settings.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarLargeButtonItem()

Remarks

Use the constructor to create a new large button item with default settings at runtime.

The created item is not assigned to any BarManager. Thus you have to assign it manually. You can use the BarItem.Manager property for this purpose. Note that you can also add the item to the BarManager.Items collection of the desired Bar Manager to achieve the same result.

After an item has been assigned to a BarManager, it can be assigned to one of your bars. Use the Bar.AddItem or Bar.InsertItem method of the desired bar for this purpose.

See Also