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

LayoutControlItem.Control Property

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

Namespace: DevExpress.Xpf.Docking

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

Declaration

public UIElement Control { get; }

Property Value

Type Description
UIElement

A UIElement object that specifies 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. The alignment settings can be changed via the BaseLayoutItem.CaptionAlignMode properties of the DockLayoutManager‘s child items and groups,

See Also