'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the height of the column header in the list.")> Public Property ColumnHeaderHeight As System.Integer
'Usage
Dim instance As NTreeList Dim value As System.Integer instance.ColumnHeaderHeight = value value = instance.ColumnHeaderHeight
[System.ComponentModel.Description("Gets/sets the height of the column header in the list.")] public System.int ColumnHeaderHeight {get; set;}