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

In This Topic
    Column Property (ManualGridTile)
    In This Topic
    Gets or sets the start column index of tile. The column index starts from 1.
    Syntax
    'Declaration
     
    Public Property Column As Integer
    public int Column {get; set;}
    See Also