Search
ItemListView.ItemsCount Property
See Also
 





Gets the number of items in the list view.

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

 Syntax

C#  Copy Code

public int ItemsCount { get; }

Visual Basic  Copy Code

Public ReadOnly Property ItemsCount As Integer

 Property Value

 See Also