TileControl.LayoutMode Property
Gets or sets whether this TileControl operates in regular or adaptive layout mode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(TileControlLayoutMode.Standard)]
[DXCategory("Layout")]
public TileControlLayoutMode LayoutMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Standard | A Tile |
#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.