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

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