Back to Devexpress

TileControl.LayoutMode Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-66d9da34.md

latest2.3 KB
Original Source

TileControl.LayoutMode Property

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

Declaration

csharp
[DefaultValue(TileControlLayoutMode.Standard)]
[DXCategory("Layout")]
public TileControlLayoutMode LayoutMode { get; set; }
vb
<DefaultValue(TileControlLayoutMode.Standard)>
<DXCategory("Layout")>
Public Property LayoutMode As TileControlLayoutMode

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.TileControlLayoutModeStandard

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

OptionsAdaptiveLayout

Adaptive Layout Mode

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace