DGColumn.percentWidthValue

Syntax

percentWidthValue: Number;

Description

The percentWidthValue property determines column width in pixels.

Comments

Use JSON or the setpercentWidthValue method to set the property value, and the getpercentWidthValue method to get the property value.

Example

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

See also:

DGColumn