Back to Devexpress

ITileContainerDefaultProperties.LayoutMode Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-b899e65c.md

latest2.6 KB
Original Source

ITileContainerDefaultProperties.LayoutMode Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
TileControlLayoutMode? LayoutMode { get; set; }
vb
Property LayoutMode As TileControlLayoutMode?

Property Value

TypeDescription
Nullable<DevExpress.XtraEditors.TileControlLayoutMode>

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

|

Remarks

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

See Also

OptionsAdaptiveLayout

Adaptive Layout Mode

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace