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