TreeList.EnableColumnsMenu

Syntax

EnableColumnsMenu: Boolean

Description

The EnableColumnsMenu property determines whether menu icon is visible in the tree header and the option to call a menu managing column visibility.

Comments

Available values:

Use JSON or the setEnableColumnsMenu method to set the property value and the getEnableColumnsMenu method to get the property value.

Example

The example of property use is given in the Example of Creating the TreeList Component page.

See also:

TreeList