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
Silverlight
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: System.Windows.Data (in System.Windows.Data.dll)
public delegate GroupDescription GroupDescriptionSelectorCallback( CollectionViewGroup group, int level )
Parameters
- group
- Type: System.Windows.Data.CollectionViewGroup
The parent group.
- level
- Type: System.Int32
The level of group.
Return Value
Type: System.ComponentModel.GroupDescriptionThe selected GroupDescription based on the parent group and its level.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: