Table of Contents

Delegate GroupDescriptionSelectorCallback

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

A delegate to select the group description as a function of the parent group and its level.

public delegate GroupDescription GroupDescriptionSelectorCallback(CollectionViewGroup group, int level)

Parameters

group CollectionViewGroup
A delegate to select the group description as a function of the parent group and its level.
level int
A delegate to select the group description as a function of the parent group and its level.

Returns

GroupDescription
A delegate to select the group description as a function of the parent group and its level.