ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / ColumnFilterSetting Class / FilterType Property

In This Topic
    FilterType Property (ColumnFilterSetting)
    In This Topic
    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