Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1IconTemplate Class / SelectAll Property

In This Topic
    SelectAll Property (C1IconTemplate)
    In This Topic
    Gets an icon representing a select all icon.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property SelectAll As RenderFragment(Of C1Style)
    public static RenderFragment<C1Style> SelectAll {get;}
    See Also