LayoutMode Enum
In This Article
Provides members that label specific WidgetView layout modes.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Stack
|
The Widget |
Table
|
The Widget |
Flow
|
The Widget |
Free
|
The Widget View is in Free Layout Mode. |
#Related API Members
The following properties accept/return LayoutMode values:
#Remarks
The LayoutMode enumerator members are used as the WidgetView.LayoutMode property values. This property allows you to choose between Stack and Table Layout modes for your Widget View. See the Widget View topic for details.
See Also