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)
Syntax
Public Overrides Function GroupNameFromItem ( _
item As Object, _
level As Integer, _
culture As CultureInfo _
) As Object
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.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone