Back to Devexpress

BaseContentContainer.IsHorizontal Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basecontentcontainer-c375afc2.md

latest2.2 KB
Original Source

BaseContentContainer.IsHorizontal Property

Gets whether the current Content Container is orientated horizontally.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsHorizontal { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsHorizontal As Boolean

Property Value

TypeDescription
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

Content Containers

BaseContentContainer Class

BaseContentContainer Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace