TileControl.LayoutMode Property
Gets or sets whether this TileControl operates in regular or adaptive layout mode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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