Get the list of all items in the control.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public ObservableCollection<DockItem> Items { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Items As ObservableCollection(Of DockItem) |
A list of DockItem objects.
See Also