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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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