Back to Devexpress

LayoutGroup.ItemsInternal Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-84f479dc.md

latest1.2 KB
Original Source

LayoutGroup.ItemsInternal Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
[Browsable(false)]
public ObservableCollection<object> ItemsInternal { get; }
vb
<Browsable(False)>
Public ReadOnly Property ItemsInternal As ObservableCollection(Of Object)

Property Value

Type
ObservableCollection<Object>

See Also

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace