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

In This Topic
    Column Property (ColumnFilter)
    In This Topic
    Gets or 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