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

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.v19.2.dll

Declaration

TileControlAdaptiveLayoutOptions OptionsAdaptiveLayout { get; set; }

Property Value

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