TreeColumn.IsEnabled

Syntax

IsEnabled: Boolean;

Description

The IsEnabled property determines whether column is enabled.

Comments

Available values:

Use JSON or the setIsEnabled method to set the property value, and the getIsEnabled method to get the property value.

Example

The example of property use is given in description of the TreeColumn.FormatMethod property.

See also:

TreeColumn