ListViewItem::ListViewSubItem::Name Property

 

Gets or sets the name of the ListViewItem::ListViewSubItem.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the ListViewItem::ListViewSubItem, or an empty string ("") if a name has not been set.

The Name property corresponds to the key for a ListViewItem::ListViewSubItem in a ListViewItem::ListViewSubItemCollection.

.NET Framework
Available since 2.0
Return to top
Show: