Back to Devexpress

ITileContainerDefaultProperties.OptionsAdaptiveLayout Property

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

latest2.6 KB
Original Source

ITileContainerDefaultProperties.OptionsAdaptiveLayout Property

Provides access to settings in use when this container is in Adaptive Layout Mode.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
TileControlAdaptiveLayoutOptions OptionsAdaptiveLayout { get; set; }
vb
Property OptionsAdaptiveLayout As TileControlAdaptiveLayoutOptions

Property Value

TypeDescription
DevExpress.XtraEditors.TileControlAdaptiveLayoutOptions

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

|

Remarks

To enable the adaptive layout for the current TileContainer object, set its ITileContainerDefaultProperties.LayoutMode property to Adaptive. Refer to the Adaptive Layout Mode article for more details.

See Also

LayoutMode

Adaptive Layout Mode

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace