'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewGroupCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)> <SRDescriptionAttribute("ListViewGroupsDescr")> <System.ComponentModel.MergablePropertyAttribute(False)> Public ReadOnly Property Groups As System.Windows.Forms.ListViewGroupCollection
'Usage
Dim instance As NListView Dim value As System.Windows.Forms.ListViewGroupCollection value = instance.Groups
[SRCategory("CatBehavior")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [System.ComponentModel.Localizable(true)] [System.ComponentModel.Editor("System.Windows.Forms.Design.ListViewGroupCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)] [SRDescription("ListViewGroupsDescr")] [System.ComponentModel.MergableProperty(false)] public System.Windows.Forms.ListViewGroupCollection Groups {get;}