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

In This Topic
    Colspan Property (CellGroupTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiRow.CellGroup.Colspan. Number of grid columns spanned by the group.
    Syntax
    'Declaration
     
    Public Property Colspan As Integer
    public int Colspan {get; set;}
    See Also