Back to Devexpress

TileControl.OptionsAdaptiveLayout Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-d7d08482.md

latest2.3 KB
Original Source

TileControl.OptionsAdaptiveLayout Property

Provides access to settings that are in use when this TileControl is in Adaptive Layout Mode.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Options")]
public TileControlAdaptiveLayoutOptions OptionsAdaptiveLayout { get; }
vb
<DXCategory("Options")>
Public ReadOnly Property OptionsAdaptiveLayout As TileControlAdaptiveLayoutOptions

Property Value

TypeDescription
DevExpress.XtraEditors.TileControlAdaptiveLayoutOptions

A DevExpress.XtraEditors.TileControlAdaptiveLayoutOptions object that stores settings that are in use when this TileControl is in Adaptive Layout Mode.

|

Remarks

To switch this TileControl to adaptive layout mode, set its TileControl.LayoutMode property to Adaptive. Refer to the Adaptive Layout Mode article for more details.

See Also

LayoutMode

Adaptive Layout Mode

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace