Search
LayerListView.Items Property
See Also
 





Gets the collection of items for this control.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public List<LayerListViewItem> Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As List(Of LayerListViewItem)

 Property Value

A list with LayerListViewItem objects.

 See Also