Back to Devexpress

LayoutGroup.Root Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutgroup-a522600e.md

latest1.0 KB
Original Source

LayoutGroup.Root Property

Gets the layout control that owns the current group.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public ILayoutControl Root { get; }
vb
Public ReadOnly Property Root As ILayoutControl

Property Value

TypeDescription
DevExpress.Xpf.LayoutControl.ILayoutControl

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

|

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.LayoutControl Namespace