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

In This Topic
    FilterColumns Property (FilterSetting)
    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