DataGridColumnBuilder<T>.Width Method
Name | Parameters | Description |
---|---|---|
Width(JS) | value | Specifies the column's width in pixels or as a percentage. Ignored if it is less than minWidth. Mirrors the client-side width option. |
Width(Double) | value | Specifies the column's width in pixels or as a percentage. Ignored if it is less than minWidth. Mirrors the client-side width option. |
Width(String) | value | Specifies the column's width in pixels or as a percentage. Ignored if it is less than minWidth. Mirrors the client-side width option. |