Back to Devexpress

DockLayoutControl Class

wpf-devexpress-dot-xpf-dot-layoutcontrol-895d0e37.md

latest3.2 KB
Original Source

DockLayoutControl Class

Represents a control container that arranges its child items, docking them to its edges or making them occupy the remaining area of the container.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
[DXLicenseWpfEditors]
public class DockLayoutControl :
    LayoutControlBase,
    IDockLayoutControl,
    ILayoutControlBase,
    IScrollControl,
    IPanel,
    IControl,
    ILayoutModelBase,
    IDockLayoutModel
vb
<DXLicenseWpfEditors>
Public Class DockLayoutControl
    Inherits LayoutControlBase
    Implements IDockLayoutControl,
               ILayoutControlBase,
               IScrollControl,
               IPanel,
               IControl,
               ILayoutModelBase,
               IDockLayoutModel

Remarks

The DockLayoutControl docks its child items according to the DockLayoutControl.Dock attached property. An item within this control can be docked to any of the control’s four edges or occupy the remaining empty space.

The DockLayoutControl supports item resizing. To enable this feature, use the DockLayoutControl.AllowHorizontalSizing and DockLayoutControl.AllowVerticalSizing attached properties.

See Dock Layout Control to learn more.

Example

Inheritance

Show 11 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Panel DevExpress.Xpf.Core.PanelBase ScrollControl LayoutControlBase DockLayoutControl

See Also

DockLayoutControl Members

Dock Layout Control

DevExpress.Xpf.LayoutControl Namespace