'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether a visual cues will bve displayed for the fixed columns.")> Public Property ShowFixedColumnLine As System.Boolean
'Usage
Dim instance As NTreeList Dim value As System.Boolean instance.ShowFixedColumnLine = value value = instance.ShowFixedColumnLine
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether a visual cues will bve displayed for the fixed columns.")] public System.bool ShowFixedColumnLine {get; set;}