Home
get or set the Row at the supplied Row Key
Namespace:
nControls
Assembly:
nListView (in nListView.dll) Version: 2.1.0.0 (2.1)
Syntax
C# | Visual Basic | Visual C++ |
public ListViewItem this[ string rowKey ] { get; set; }
Public Default Property Item ( _ rowKey As String _ ) As ListViewItem
public: property ListViewItem^ default[String^ rowKey] { ListViewItem^ get (String^ rowKey); void set (String^ rowKey, ListViewItem^ value); }
Parameters
- rowKey
- String