\Kendo\UI\PropertyGridColumnsValueColumn
A PHP class representing the valueColumn setting of PropertyGridColumns.
Methods
width
The width of the column. Numeric values are treated as pixels. Refer to the documentation for details on using column widths and scrolling.
Returns
\Kendo\UI\PropertyGridColumnsValueColumn
Parameters
$value float
Example
<?php
$valueColumn = new \Kendo\UI\PropertyGridColumnsValueColumn();
$valueColumn->width(1);
?>