[]
        
(Showing Draft Content)

C1.Web.Mvc.ColumnBase.Width

Width Property

Width

Gets or sets the width of this column.

Declaration
[JsonConverter(typeof(ColumnWidthConverter))]
public string Width { get; set; }
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).