System.Windows.Forms.ListViewItem.Name Property

Gets or sets the name associated with this System.Windows.Forms.ListViewItem.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.Browsable(false)]
public string Name { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of the ListViewItem.Name property is also the key for the System.Windows.Forms.ListViewItem when the item is accessed in a collection.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0