Back to Devexpress

LayoutControlItem.Control Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutcontrolitem.md

latest1.6 KB
Original Source

LayoutControlItem.Control Property

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

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public UIElement Control { get; }
vb
Public ReadOnly Property Control As UIElement

Property Value

TypeDescription
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

ShowControl

LayoutControlItem Class

LayoutControlItem Members

DevExpress.Xpf.Docking Namespace