ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridTagHelper Class / TemplateBindings Property

In This Topic
    TemplateBindings Property (TransposedGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Control.TemplateBindings. Sets the collection of the template bindings.
    Syntax
    'Declaration
     
    Public Property TemplateBindings As Object
    public object TemplateBindings {get; set;}
    See Also