Back to Devexpress

LayoutGroup.Items Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-04a20d56.md

latest1.3 KB
Original Source

LayoutGroup.Items Property

Provides access to child items.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public BaseLayoutItemCollection Items { get; }
vb
Public ReadOnly Property Items As BaseLayoutItemCollection

Property Value

TypeDescription
BaseLayoutItemCollection

A BaseLayoutItemCollection object that contains child items.

|

Remarks

You can use methods of the Items property to access, add, and remove items from the collection.

Use either the Items or ItemsSource property to specify LayoutGroup children.

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace