Skip to main content
A newer version of this page is available. .

LayoutType Enum

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

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v18.1.dll

Declaration

public enum LayoutType

Members

Name Description
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.

Related API Members

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LayoutType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also