ITileContainerDefaultProperties.LayoutMode Property
Gets or sets whether this container operates in regular or adaptive layout mode.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Nullable<DevExpress.XtraEditors.TileControlLayoutMode> | A TileControlLayoutMode enumerator value that specifies whether this container operates in regular or adaptive layout mode. |
Remarks
Additional adaptive layout settings for this TileContainer can be accessed through the ITileContainerDefaultProperties.OptionsAdaptiveLayout property group. Refer to the Adaptive Layout Mode article to learn more.
See Also