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

ITileContainerProperties.Orientation Property

Gets or sets the orientation for all TileContainers within the View.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

Orientation Orientation { get; set; }

Property Value

Type Description
Orientation

An Orientation enumerator value specifying the orientation for all TileContainers within the View.

Remarks

If a TileContainer is horizontally oriented, it arranges its Tiles in multiple rows. You can specify these row numbers via the ITileContainerDefaultProperties.RowCount property.

See Also