[]
        
(Showing Draft Content)

C1.Web.Mvc.ColumnBase.Width

Width Property

Width

Gets or sets the width of this column.

Declaration
[JsonConverter(typeof(br))]
public string Width { get; set; }
<JsonConverter(GetType(br))>
Public Property Width As String
Remarks

Column widths may be positive numbers (column width in pixels), null or negative numbers (use the collection's default column width), or strings in the format '{number}*' (star sizing).