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

LayoutControlItem.Control Property

Gets the control displayed by the current item. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.2.dll

Declaration

public UIElement Control { get; }

Property Value

Type Description
UIElement

The control displayed by the current item.

Remarks

In XAML, any object defined between the LayoutControlItem start and end tags is used to initialize the Control property.

The DockLayoutManager supports automatic alignment of LayoutControlItems’ controls.

You can use the the DockLayoutManager child items and groups’ BaseLayoutItem.CaptionAlignMode property to change their alignment settings.

See Also