Skip to main content
A newer version of this page is available. .

Dock Enum

Lists values that specify the child element’s position within its parent.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum Dock

Members

Name Description
Left

The element is located on the left side of its parent.

Top

The element is located at the top of its parent.

Right

The element is located on the right side of its parent.

Bottom

The element is located at the bottom of its parent.

Related API Members

The following properties accept/return Dock values:

See Also