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

In This Topic
    Column Property (ColumnFilterSetting)
    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