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

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