'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the color fo the grid lines.")> Public Property GridColor As System.Drawing.Color
'Usage
Dim instance As NTreeList Dim value As System.Drawing.Color instance.GridColor = value value = instance.GridColor
[System.ComponentModel.Description("Gets/sets the color fo the grid lines.")] public System.Drawing.Color GridColor {get; set;}