Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MultiColumnHeaderState.Column.allowToggleVisibility

public bool allowToggleVisibility;

Description

Option to allow/disallow hiding the column from the context menu.

This state is used by the context menu of the MultiColumnHeader to enable/disable the column names in the menu. Ensure at least one column does not allow to toggle visibility so not all the columns can be hidden. When used with a TreeView it would be a good idea to disallow hiding the column with the TreeView foldout arrows.