IContentContainerProperties.Orientation Property
Gets or sets the orientation of all Content Containers within this View.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Orientation | An Orientation enumerator value that specifies the orientation common to all Content Containers within this View. |
Remarks
To set an orientation shared by all Content Containers within this View, use the Orientation property. The IContentContainerDefaultProperties.Orientation property allows you to override this global setting for individual containers.
See Also