Skip to main content
All docs
V25.1
  • InsertType Enum

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

    Namespace: DevExpress.XtraLayout.Utils

    Assembly: DevExpress.XtraLayout.v25.1.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