TreeList.EnableColumnsMenu

Syntax

EnableColumnsMenu: Boolean

Description

The EnableColumnsMenu property determines whether menu icon is visible in the tree header and a menu managing column visibility can be opened.

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 property use is given on the Example of Creating the TreeList Component page.

See also:

TreeList