Skip to main content
Bar

BarContainerControl.ContainerType Property

Gets or sets the type of the current container. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public BarContainerType ContainerType { get; set; }

#Property Value

Type Description
BarContainerType

A BarContainerType value that specifies the type of the current container.

#Remarks

Use the ContainerType property to specify the type of container, and this affects where the bar container is displayed.

See Also