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

In This Topic
    ColumnSpan Property (ManualGridTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.GridTile.ColumnSpan. Sets the column spans occupied by this tile.
    Syntax
    'Declaration
     
    Public Property ColumnSpan As Integer
    public int ColumnSpan {get; set;}
    See Also