Bar(BarManager, String, BarDockStyle, Rectangle, LinksInfo) Constructor
Initializes a new instance of the Bar class with the specified settings.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public Bar(
BarManager manager,
string name,
BarDockStyle ADockStyle,
Rectangle floatRect,
LinksInfo linksInfo
)
#Parameters
Name | Type | Description |
---|---|---|
manager | Bar |
A Bar Manager that owns the newly created Bar. This value is assigned to the Bar. |
name | String | A String value that is the Bar‘s name. This value is assigned to the Bar. |
ADock |
Bar |
A Bar |
float |
Rectangle | A System. |
links |
DevExpress. |
A Links |