BaseContentContainer.IsHorizontal Property
Gets whether the current Content Container is orientated horizontally.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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