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


In This Topic
    Items Property (NListView)
    In This Topic
    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
    [SRCategory("CatBehavior")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [System.ComponentModel.Localizable(true)]
    [System.ComponentModel.Editor("System.Windows.Forms.Design.ListViewItemCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)]
    [SRDescription("ListViewItemsDescr")]
    [System.ComponentModel.MergableProperty(false)]
    public System.Windows.Forms.ListView.ListViewItemCollection Items {get;}
    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