ListViewGroupCollection::Item Property (String^)

 

Gets or sets the ListViewGroup with the specified ListViewGroup::Name property value.

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

public:
property ListViewGroup^ default[
	String^ key
] {
	ListViewGroup^ get(String^ key);
	void set(String^ key, ListViewGroup^ value);
}

Parameters

key
Type: System::String^

The name of the group to get or set.

Property Value

Type: System.Windows.Forms::ListViewGroup^

The ListViewGroup with the specified name, or null if no such ListViewGroup exists.

.NET Framework
Available since 2.0
Return to top
Show: