Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumnHeaderCell Class / SortAscendingIconTemplate Property

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