DGColumn.isPercentWidth

Syntax

isPercentWidth: Boolean;

Description

The isPercentWidth property determines type of setting column width.

Comments

Available Values:

Use JSON or the setisPercentWidth method to set the property value, and the getisPercentWidth method to get the property value.

Example

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

See also:

DGColumn