Skip to main content
All docs
V23.2

InsertType Enum

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

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum InsertType

Members

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