FilterIconTemplate Property
FilterIconTemplate
Gets or sets the template used to create the filter icon used throughout the control.
Declaration
[Parameter]
public RenderFragment<C1Style> FilterIconTemplate { get; set; }
<Parameter>
Public Property FilterIconTemplate As RenderFragment(Of C1Style)