DGColumn.Title

Syntax

Title: String;

Description

The Title property determines column title.

Comments

Use JSON or the setTitle method to set the property value and the getTitle method to get the property value.

Example

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

See also:

DGColumn