IContentContainerDefaultProperties.ActualOrientation Property
Gets the actual value of the IContentContainerDefaultProperties.Orientation property.
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 current Content Container orientation. |
Remarks
The ActualOrientation property gets the current Content Container orientation. To set a global orientation common to all containers within the View, use the IContentContainerProperties.Orientation property. To override this setting for individual containers, use the IContentContainerDefaultProperties.Orientation property instead.
See Also