DataGrid.MinColumnWidth

Syntax

MinColumnWidth: Number;

Description

The MinColumnWidth property determines minimum width of table columns.

Comments

Use JSON or the setMinColumnWidth method to set the property value and the getMinColumnWidth method to get the property value.

Example

The example of property use is given in description of the DataGrid.MinWidth property.

See also:

DataGrid