ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FilterSetting Class / FilterColumns Property

In This Topic
    FilterColumns Property
    In This Topic
    An array containing the names or bindings of the columns that have filters.
    Syntax
    'Declaration
     
    
    Public Property FilterColumns As String()
    public string[] FilterColumns {get; set;}
    See Also