DockLayout.DockItems Property

DevZest WPF Docking

DockLayoutDockItems Property
Gets a collection of DockItemReference objects.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public Collection<DockItemReference> DockItems { get; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public ReadOnly Property DockItems As Collection(Of DockItemReference)
	Get

Property Value

Type: CollectionDockItemReference
A collection of DockItemReference objects.
See Also