Skip to main content
A newer version of this page is available. .

IContentContainerDefaultProperties.ActualOrientation Property

Gets the actual value of the IContentContainerDefaultProperties.Orientation property.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

Orientation ActualOrientation { get; }

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