Search a ListView group by with it's name
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function FindListViewGroup ( _ listView As ListView, _ groupName As String _ ) As ListViewGroup |
| C# |
|---|
public static ListViewGroup FindListViewGroup( ListView listView, string groupName ) |