Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1MenuSeparator Class / IconTemplate Property

In This Topic
    IconTemplate Property (C1MenuSeparator)
    In This Topic
    Gets or sets the template of the icon.
    Syntax
    'Declaration
     
    
    Public Property IconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> IconTemplate {get; set;}
    See Also