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

ITileContainerDefaultProperties.ActualOptionsAdaptiveLayout Property

Returns the currently used Adaptive Layout Mode settings.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

TileControlAdaptiveLayoutOptions ActualOptionsAdaptiveLayout { get; }

Property Value

Type Description
DevExpress.XtraEditors.TileControlAdaptiveLayoutOptions

A DevExpress.XtraEditors.TileControlAdaptiveLayoutOptions object that stores the currently used Adaptive Layout Mode settings.

Remarks

To specify advanced settings in use when this TileContainer is in adaptive layout mode, use the ITileContainerDefaultProperties.OptionsAdaptiveLayout property.

See Also