IsEnabled: Boolean;
The IsEnabled property determines whether column is enabled.
Available values:
true. The column is enabled (by default).
false. The column is inactive.
Use JSON or the setIsEnabled method to set the property value, and the getIsEnabled method to get the property value.
The example of property use is given in description of the TreeColumn.FormatMethod property.
See also: