Skip to main content

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.v14.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