LayoutMode Enum
Provides members that label specific WidgetView layout modes.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
StackLayout
|
The WidgetView is in Stack Layout Mode. |
TableLayout
|
The WidgetView is in Table Layout Mode. |
FlowLayout
|
The WidgetView is in Flow Layout Mode. |
FreeLayout
|
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