Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / FilterIconTemplate Property

In This Topic
    FilterIconTemplate Property
    In This Topic
    Gets or sets the template used to create the filter icon used throughout the control.
    Syntax
    'Declaration
     
    
    Public Property FilterIconTemplate As RenderFragment(Of C1Style)
    public RenderFragment<C1Style> FilterIconTemplate {get; set;}
    See Also