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

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