Skip to main content
A newer version of this page is available. .

TileControl.LayoutMode Property

Gets or sets whether this TileControl operates in regular or adaptive layout mode.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(TileControlLayoutMode.Standard)]
[DXCategory("Layout")]
public TileControlLayoutMode LayoutMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraEditors.TileControlLayoutMode **Standard**

A TileControlLayoutMode enumerator value that specifies whether this TileControl operates in regular or adaptive layout mode.

Remarks

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