Back to Devexpress

InsertType Enum

windowsforms-devexpress-dot-xtralayout-dot-utils-5e46f603.md

latest987 B
Original Source

InsertType Enum

Lists values that specify the inserted layout item’s position relative to another item.

Namespace : DevExpress.XtraLayout.Utils

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum InsertType
vb
Public Enum InsertType

Members

NameDescription
Left

Inserts an item to the left of another item.

| | Right |

Inserts an item to the right of another item.

| | Top |

Inserts an item above another item.

| | Bottom |

Inserts an item below another item.

|

See Also

DevExpress.XtraLayout.Utils Namespace