Adds the specified bar to the bar container.
Namespace:DevExpress.Xpf.Bars
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public void AddBarToContainer(
Bar bar,
BarContainerControl container
)
|
VB |
Public Sub AddBarToContainer(
ByVal bar As Bar,
ByVal container As BarContainerControl
)
|
Parameters
-
bar
-
Type: Bar
A Bar to be added to the container.
-
container
-
Type: BarContainerControl
A container that will display the bar.

See Also