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

In This Topic
    Row Property (ManualGridTile)
    In This Topic
    Gets or 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