ITileContainerProperties.Orientation Property
Gets or sets the orientation for all TileContainers within the 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 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