ListViewGroupCollection::Item Property (String^)
.NET Framework (current version)
Gets or sets the ListViewGroup with the specified ListViewGroup::Name property value.
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
Available since 2.0
Show: