In This Article

RecentDocumentGroupDescription Class

Provides a group description for a IDocumentReference within a RecentDocumentControl.

public class RecentDocumentGroupDescription : GroupDescription
Inheritance:
object object

Constructors

RecentDocumentGroupDescription()

Initializes an instance of the class.

public RecentDocumentGroupDescription()

Methods

GroupNameFromItem(object, int, CultureInfo)

Returns the group name(s) for the given item.

public override object GroupNameFromItem(object item, int level, CultureInfo culture)
Parameter Type Description
item object

The item to return group names for.

level int

The level of grouping.

culture CultureInfo

The CultureInfo to supply to the converter.

Returns

object:

The group name(s) for the given item.