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

In This Topic
    CellSize Property (AutoGridLayoutTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.GridLayout.CellSize. Sets the size of the cell in the grid layout. It is in pixels.
    Syntax
    'Declaration
     
    Public Property CellSize As Integer
    public int CellSize {get; set;}
    See Also