PropertyGroupDescription.GroupNameFromItem Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns the group name(s) for the specified item.
Namespace: System.Windows.Data
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
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
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.