ASP.NET MVC Controls | ComponentOne
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
     
    
    <DefaultValueAttribute(1)>
    Public Property Row As Integer
    [DefaultValue(1)]
    public int Row {get; set;}
    See Also