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