DGColumn.RealWidth

Syntax

RealWidth: Number;

Description

The RealWidth property determines actual column width that is calculated relative to child columns.

Comments

Use JSON or the setRealWidth method to set the property value, and the getRealWidth method to get the property value.

Example

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

See also:

DGColumn