Size Property (SplitTile)
In This Topic
Gets or sets the size of the tile.
Syntax
'Declaration
<JsonConverterAttribute(C1.Web.Mvc.ColumnWidthConverter)>
Public Property Size As String
[JsonConverter(C1.Web.Mvc.ColumnWidthConverter)]
public string Size {get; set;}
See Also