ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridFilterTagHelper Class / DefaultFilterType Property

In This Topic
    DefaultFilterType Property (FlexGridFilterTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridFilter<T>.DefaultFilterType. Sets the default filter type to use.
    Syntax
    'Declaration
     
    Public Property DefaultFilterType As FilterType
    public FilterType DefaultFilterType {get; set;}
    See Also