DGColumn.Width

Syntax

Width: Number | String;

Description

The Width property determines column width.

Comments

Width value can be set in percents, for example: 50%.

Use JSON or the setWidth method to set the property value, and the getWidth method to get the property value.

Example

The example of property use is given in description of the DGColumn class constructor.

See also:

DGColumn