ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.TagHelpers Namespace / CellTagHelper Class / Binding Property

In This Topic
    Binding Property (CellTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.Binding. Sets the name of the property this column is bound to.
    Syntax
    'Declaration
     
    Public Property Binding As String
    public string Binding {get; set;}
    See Also