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