Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / ListViewItemStyleEventArgs Class / ItemStyle Property

In This Topic
    ItemStyle Property (ListViewItemStyleEventArgs)
    In This Topic
    Gets the item style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemStyle As C1Style
    public C1Style ItemStyle {get;}
    See Also