Bars(BarManager) Constructor
Creates an instance of the Bars class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
manager | BarManager | A BarManager object specifying the Bar Manager that will own the generated bar collection. This value is assigned to the Bars.Manager property. |
Remarks
The Bars class is a BarManager.Bars property type. When a BarManager is created, it initializes this property with a new Bars instance. Thus, you have no need to use this constructor in applications.
See Also