GroupNameFromItem Method
Collapse the table of content
Expand the table of content

PropertyGroupDescription.GroupNameFromItem Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.Windows.Data
Assembly:  System.Windows (in System.Windows.dll)

public override Object GroupNameFromItem(
	Object item,
	int level,
	CultureInfo culture
)

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 CultureInfo to supply to the converter

Return Value

Type: System.Object
The group name(s) for the specified item.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft