BarLargeButtonItem() Constructor
Creates an instance of the BarLargeButtonItem class with default settings.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.