BarEditItem(BarManager) Constructor
In This Article
Initializes a new instance of the BarEditItem class with the specified BarManager.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BarEditItem(
BarManager manager
)
#Parameters
Name | Type | Description |
---|---|---|
manager | Bar |
A Bar |
See Also