ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ColumnFilter Class / FilterType Property

In This Topic
    FilterType Property (ColumnFilter)
    In This Topic
    Gets or sets the types of filtering provided by this filter.
    Syntax
    'Declaration
     
    Public Property FilterType As Nullable(Of FilterType)
    public Nullable<FilterType> FilterType {get; set;}
    Remarks
    Setting this property to null causes the filter to use the value defined by the DefaultFilterType property.
    See Also