ComponentOne ASP.NET MVC Controls
GroupSpacing Property

C1.Web.Mvc Namespace > GridLayout Class : GroupSpacing Property
Gets or sets the spacing of the group in the grid layout. It is in pixels.
Syntax
'Declaration
 
<DefaultValueAttribute(10)>
Public Property GroupSpacing As Integer
[DefaultValue(10)]
public int GroupSpacing {get; set;}
See Also

Reference

GridLayout Class
GridLayout Members