Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutType Enum

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

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

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

See Also