ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedMultiRow Namespace / CellGroup Class / Colspan Property

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