\Kendo\UI\PropertyGridColumnsFieldColumn

A PHP class representing the fieldColumn 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\PropertyGridColumnsFieldColumn

Parameters

$value float

Example

<?php
$fieldColumn = new \Kendo\UI\PropertyGridColumnsFieldColumn();
$fieldColumn->width(1);
?>
In this article
Not finding the help you need?