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

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