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

In This Topic
    Column Property (ColumnFilterSettingTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Sheet.ColumnFilterSetting.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