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