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

In This Topic
    Column Property (ManualGridTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ManualGridTile.Column. 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