In This Article

RecentDocumentGroupDescription Class

Provides a group description for a IDocumentReference within a RecentDocumentControl.

public class RecentDocumentGroupDescription : GroupDescription, INotifyPropertyChanged
Inheritance:
System.Object System.ComponentModel.GroupDescription Object

Constructors

RecentDocumentGroupDescription()

public RecentDocumentGroupDescription()

Methods

GroupNameFromItem(Object, Int32, CultureInfo)

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

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

The item to return group names for.

level System.Int32

The level of grouping.

culture System.Globalization.CultureInfo

The System.Globalization.CultureInfo to supply to the converter.

Returns

System.Object:

The group name(s) for the given item.

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()