Back to Devexpress

DockLayoutControl.Dock Attached Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-docklayoutcontrol.md

latest1.7 KB
Original Source

DockLayoutControl.Dock Attached Property

Gets or sets the position of a child element within a parent DockLayoutControl. This is an attached property.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

See GetDock(UIElement) and SetDock(UIElement, Dock).

Returns

TypeDescription
Dock

A Dock object that specifies the position of a child element within a parent DockLayoutControl.

|

Remarks

To dock an item to a specific side of the DockLayoutControl, use the Dock attached property.

See the GetDock and SetDock for more information about how to get or set the position of a child element.

See Also

DockLayoutControl Class

DockLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace