Skip to main content

TileBar.LayoutMode Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public TileControlLayoutMode LayoutMode { get; set; }

Property Value

Type Description
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