'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the column header is visible or not.")> Public Property ShowColumnHeader As System.Boolean
'Usage
Dim instance As NTreeList Dim value As System.Boolean instance.ShowColumnHeader = value value = instance.ShowColumnHeader
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the column header is visible or not.")] public System.bool ShowColumnHeader {get; set;}