EnableColumnsMenu: Boolean
The EnableColumnsMenu property determines whether menu icon is visible in the tree header and a menu managing column visibility can be opened.
Available values:
true. Default value. Tree menu icon is displayed and menu can be opened.
false. Icon is absent and menu cannot be opened.
Use JSON or the setEnableColumnsMenu method to set the property value and the getEnableColumnsMenu method to get the property value.
The property use is given on the Example of Creating the TreeList Component page.
See also: