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.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Returns
Type | Description |
---|---|
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