ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheetFilter Class / DefaultFilterType Property

In This Topic
    DefaultFilterType Property
    In This Topic
    Gets or sets the default filter type to use.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property DefaultFilterType As FilterType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public FilterType DefaultFilterType {get; set;}
    See Also