A newer version of this page is available.
Switch to the current version.
ITileContainerDefaultProperties.LayoutMode Property
Gets or sets whether this container operates in regular or adaptive layout mode.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v19.1.dll
Declaration
TileControlLayoutMode? LayoutMode { get; set; }
Property LayoutMode As TileControlLayoutMode?
Property Value
Type | Description |
---|---|
Nullable<DevExpress.XtraEditors.TileControlLayoutMode> | A TileControlLayoutMode enumerator value that specifies whether this container operates in regular or adaptive layout mode. |
Remarks
Additional adaptive layout settings for this TileContainer can be accessed through the ITileContainerDefaultProperties.OptionsAdaptiveLayout property group. Refer to the Adaptive Layout Mode article to learn more.
See Also
Feedback