ComponentOne Basic Library for UWP
GroupNameFromItem Method (PropertyGroupDescription)

C1.UWP Assembly > C1.Xaml Namespace > PropertyGroupDescription Class : GroupNameFromItem Method
The item to get group name for.
The zero-based group level index.
The culture.
Returns the group name for the given item.
Syntax
'Declaration
 
Public Overrides Function GroupNameFromItem( _
   ByVal item As System.Object, _
   ByVal level As System.Integer, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.Object
public override System.object GroupNameFromItem( 
   System.object item,
   System.int level,
   System.Globalization.CultureInfo culture
)

Parameters

item
The item to get group name for.
level
The zero-based group level index.
culture
The culture.

Return Value

The name of the group the item belongs to.
See Also

Reference

PropertyGroupDescription Class
PropertyGroupDescription Members