DGColumn.IsVisible

Syntax

IsVisible: Boolean;

Description

The IsVisible property determines column visibility.

Comments

Available Values:

Use JSON or the setIsVisible method to set the property value and the getIsVisible method to get the property value.

Example

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

See also:

DGColumn