Skip to main content
A newer version of this page is available. .

RecentPinItem.Description Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

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