Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / CustomFilter Class / Template Property

In This Topic
    Template Property
    In This Topic
    Gets or sets the control template that represents the custom filter.
    Syntax
    'Declaration
     
    
    Public Property Template As RenderFragment
    public RenderFragment Template {get; set;}
    See Also