Back to Devexpress

LayoutMode Enum

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-46360ed7.md

latest2.5 KB
Original Source

LayoutMode Enum

Provides members that label specific WidgetView layout modes.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum LayoutMode
vb
Public Enum LayoutMode

Members

NameDescription
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.

|

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

Widget View

DevExpress.XtraBars.Docking2010.Views.Widget Namespace