'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("ListViewGridLinesDescr")> Public Property GridLines As System.Boolean
'Usage
Dim instance As NListView Dim value As System.Boolean instance.GridLines = value value = instance.GridLines
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(false)] [SRDescription("ListViewGridLinesDescr")] public System.bool GridLines {get; set;}