Back to Devexpress

TileBar.LayoutMode Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-c0b85329.md

latest2.3 KB
Original Source

TileBar.LayoutMode Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public TileControlLayoutMode LayoutMode { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property LayoutMode As TileControlLayoutMode

Property Value

TypeDescription
DevExpress.XtraEditors.TileControlLayoutMode

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

|

Remarks

Additional adaptive layout settings for this TileBar can be accessed through the TileBar.OptionsAdaptiveLayout property group. Refer to the Adaptive Layout Mode article to learn more.

See Also

OptionsAdaptiveLayout

Adaptive Layout Mode

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace