ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ColumnFilterTagHelper Class / Column Property

In This Topic
    Column Property (ColumnFilterTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnFilter.Column. Sets a string value which indicates the name or the binding of the column.
    Syntax
    'Declaration
     
    Public Property Column As String
    public string Column {get; set;}
    See Also