ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / GridTile Class / ColumnSpan Property

In This Topic
    ColumnSpan Property (GridTile)
    In This Topic
    Gets or sets the column spans occupied by this tile.
    Syntax
    'Declaration
     
    Public Property ColumnSpan As Integer
    public int ColumnSpan {get; set;}
    See Also