Search a ListView group by with it's name

Namespace:  Devolutions.Utils
Assembly:  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
)

Parameters

listView
Type: System.Windows.Forms..::..ListView
groupName
Type: System..::..String

Return Value

See Also