Skip to main content
A newer version of this page is available. .

TileBar.LayoutMode Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
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