Search
ItemListView.Items Property
See Also
 





Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public List<DraggedItem> Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As List(Of DraggedItem)

 Property Value

 See Also