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