windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-66d9da34.md
Gets or sets whether this TileControl operates in regular or adaptive layout mode.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(TileControlLayoutMode.Standard)]
[DXCategory("Layout")]
public TileControlLayoutMode LayoutMode { get; set; }
<DefaultValue(TileControlLayoutMode.Standard)>
<DXCategory("Layout")>
Public Property LayoutMode As TileControlLayoutMode
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraEditors.TileControlLayoutMode | Standard |
A TileControlLayoutMode enumerator value that specifies whether this TileControl operates in regular or adaptive layout mode.
|
Additional adaptive layout settings for this TileControl can be accessed through the TileControl.OptionsAdaptiveLayout property group. Refer to the Adaptive Layout Mode article to learn more.
See Also