ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / ColumnFilterSettingTagHelper Class / FilterType Property

In This Topic
    FilterType Property (ColumnFilterSettingTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.ColumnFilterSetting.FilterType. 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