Nevron.UI.WinForm.Controls Namespace / NListView Class / Items Property


Items Property (NListView)
Syntax
'Declaration
 
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewItemCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)>
<SRDescriptionAttribute("ListViewItemsDescr")>
<System.ComponentModel.MergablePropertyAttribute(False)>
Public ReadOnly Property Items As System.Windows.Forms.ListView.ListViewItemCollection
 
'Usage
 
Dim instance As NListView
Dim value As System.Windows.Forms.ListView.ListViewItemCollection
 
value = instance.Items
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also