maui-devexpress-dot-maui-dot-core-a004cd9c.md
Lists values that define a child element position within the DXDockLayout control.
Namespace : DevExpress.Maui.Core
Assembly : DevExpress.Maui.Core.dll
NuGet Package : DevExpress.Maui.Core
public enum Dock
| Name | Description |
|---|---|
Left |
A child element is positioned on DXDockLayout‘s left.
|
| Top |
A child element is positioned on DXDockLayout‘s top.
|
| Right |
A child element is positioned on DXDockLayout‘s right.
|
| Bottom |
A child element is positioned on DXDockLayout‘s bottom.
|
The following properties accept/return Dock values:
See Also