Back to Devexpress

LayoutType Enum

windowsforms-devexpress-dot-xtralayout-dot-utils-b51599cb.md

latest1.5 KB
Original Source

LayoutType Enum

Contains the values that specify how an item is positioned next to a base item.

Namespace : DevExpress.XtraLayout.Utils

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum LayoutType
vb
Public Enum LayoutType

Members

NameDescription
Horizontal

Specifies that an item is positioned horizontally next to a base item.

| | Vertical |

Specifies that an item is positioned vertically next to a base item.

|

The following properties accept/return LayoutType values:

Remarks

When an item is added to a group it can be positioned horizontally or vertically next to a base item. The LayoutType enumerator contains the values used to specify how an item is positioned.

See Also

DefaultLayoutType

DevExpress.XtraLayout.Utils Namespace