Search
ItemListViewItem Class
See Also
 





Represents an item within an ItemListView control.

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

 Syntax

C#  Copy Code

public class ItemListViewItem : ComponentBase

Visual Basic  Copy Code

Public Class ItemListViewItem
    Inherits ComponentBase

 Inheritance Hierarchy

System.Object
    Microsoft.AspNetCore.Components.ComponentBase
        MindFusion.Diagramming.Blazor.ItemListViewItem

 See Also