InsertType Enum
Lists values that specify the inserted layout item’s position relative to another item.
Namespace: DevExpress.XtraLayout.Utils
Assembly: DevExpress.XtraLayout.v24.2.dll
Declaration
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