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

In This Topic
    Row Property (ManualGridTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ManualGridTile.Row. Sets the start row index of tile. The row index starts from 1.
    Syntax
    'Declaration
     
    Public Property Row As Integer
    public int Row {get; set;}
    See Also