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

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

See Also

Reference

PropertyGroupDescription Class

System.Windows.Data Namespace