Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

TileControlLayoutMode? LayoutMode { get; set; }

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