Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RecentPinItem.Description Property

Gets or sets the secondary text string displayed by this RecentPinItem.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
public string Description { get; set; }

#Property Value

Type Default Description
String String.Empty

A String value that is the secondary text string displayed by this RecentPinItem.

#Remarks

The RecentPinItem object can display two text strings: the primary text is assigned to the RecentTextGlyphItemBase.Caption property and the secondary text is specified by the Description property. By default the description is painted using the lighter fore color rather than the caption. You can modify these appearance settings by using the RecentPinItem.Appearances properties section.

See Also