Property DockItems
| Improve this Doc View SourceDockItems
Gets a collection of DockItemReference objects.
Declaration
public Collection<DockItemReference> DockItems { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.Collection<DockItemReference> | A collection of DockItemReference objects. |