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

In This Topic
    RowSpan Property (ManualGridTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.GridTile.RowSpan. Sets the row spans occupied by this tile.
    Syntax
    'Declaration
     
    Public Property RowSpan As Integer
    public int RowSpan {get; set;}
    See Also