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

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