Skip to main content
ON

Dock Enum

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

Declaration

public enum Dock

Members

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.

Related API Members

The following properties accept/return Dock values:

See Also