LayoutControlItem.Control Property
Gets the control displayed by the current item. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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