Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

GroupDescriptionSelectorCallback Delegate

 

Represents a method that is used to provide custom logic to select the GroupDescription based on the parent group and its level.

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

Public Delegate Function GroupDescriptionSelectorCallback (
	group As CollectionViewGroup,
	level As Integer
) As GroupDescription

Parameters

group
Type: System.Windows.Data.CollectionViewGroup

The parent group.

level
Type: System.Int32

The level of group.

Return Value

Type: System.ComponentModel.GroupDescription

The GroupDescription chosen based on the parent group and its level.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Return to top
Show:
© 2017 Microsoft