GroupDescription::GroupNameFromItem Method (Object^, Int32, CultureInfo^)

 

Returns the group name(s) for the given item.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

public:
virtual Object^ GroupNameFromItem(
	Object^ item,
	int level,
	CultureInfo^ culture
) abstract

Parameters

item
Type: System::Object^

The item to return group names for.

level
Type: System::Int32

The level of grouping.

culture
Type: System.Globalization::CultureInfo^

The System.Globalization::CultureInfo to supply to the converter.

Return Value

Type: System::Object^

The group name(s) for the given item.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: