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

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