ITileContainerDefaultProperties.ActualOptionsAdaptiveLayout Property
Returns the currently used Adaptive Layout Mode settings.
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 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