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

LayoutGroup.Root Property

Gets the layout control that owns the current group.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public ILayoutControl Root { get; }

Property Value

Type Description
DevExpress.Xpf.LayoutControl.ILayoutControl

An ILayoutControl object that represents the owner of the current group.

See Also