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

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