TileBar.LayoutMode Property
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraEditors.TileControlLayoutMode | A TileControlLayoutMode enumerator value that specifies whether this TileBar operates in regular or adaptive layout mode. |
Remarks
Additional adaptive layout settings for this TileBar can be accessed through the TileBar.OptionsAdaptiveLayout property group. Refer to the Adaptive Layout Mode article to learn more.
See Also