Skip to main content
A newer version of this page is available. .

BaseContentContainer.IsHorizontal Property

Gets whether the current Content Container is orientated horizontally.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public bool IsHorizontal { get; }

Property Value

Type Description
Boolean

true if the current Content Container is orientated horizontally; otherwise, false.

Remarks

A Content Container‘s content can be aligned either vertically or horizontally depending on the IContentContainerDefaultProperties.Orientation property. The IsHorizontal indicates a current Content Container‘s orientation.

See Also