ComponentOne ASP.NET MVC Controls
FilterType Property (ColumnFilter)

C1.Web.Mvc Namespace > ColumnFilter Class : FilterType Property
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

Reference

ColumnFilter Class
ColumnFilter Members