ITileContainerDefaultProperties.ActualLayoutMode Property
Returns whether this TileContainer is currently in regular or adaptive layout mode.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraEditors.TileControlLayoutMode | A TileControlLayoutMode enumerator value that specifies whether this container currently operates in regular or adaptive layout mode. |
Remarks
Use the ITileContainerDefaultProperties.LayoutMode property to choose the required layout mode for this TileContainer. See the Adaptive Layout Mode article to learn more.
See Also