Skip to main content
Bar

BarDockInfo.Container Property

Gets or sets the container that displays the current bar. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public BarContainerControl Container { get; set; }

#Property Value

Type Description
BarContainerControl

A BarContainerControl that displays the current bar.

#Remarks

For a bar to be displayed on-screen, it must be associated with a specific bar container (a BarContainerControl object). It can be associated with a bar container via the BarDockInfo.Container, BarDockInfo.ContainerName or BarDockInfo.ContainerType property.

See Also