Search
DockControl.Items Property
See Also
 





Get the list of all items in the control.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public ObservableCollection<DockItem> Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As ObservableCollection(Of DockItem)

 Property Value

A list of DockItem objects.

 See Also