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

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