'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(True)> <SRDescriptionAttribute("ListViewShowGroupsDescr")> Public Property ShowGroups As System.Boolean
'Usage
Dim instance As NListView Dim value As System.Boolean instance.ShowGroups = value value = instance.ShowGroups
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(true)] [SRDescription("ListViewShowGroupsDescr")] public System.bool ShowGroups {get; set;}