EnableColumnsMenu: Boolean
The EnableColumnsMenu property determines whether menu icon is visible in the tree header and the option to call a menu managing column visibility.
Available values:
true. Tree menu icon is displayed and there is menu calling option (by default).
false. An icon is absent and it not possible to call the menu.
Use JSON or the setEnableColumnsMenu method to set the property value and the getEnableColumnsMenu method to get the property value.
The example of property use is given in the Example of Creating the TreeList Component page.
See also: