ComponentOne ASP.NET MVC Controls
CellSize Property

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

Reference

GridLayout Class
GridLayout Members