Back to Devexpress

RecentPinItem.Description Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentpinitem-b8b893b7.md

latest2.2 KB
Original Source

RecentPinItem.Description Property

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
public string Description { get; set; }
vb
<DefaultValue("")>
<DXCategory("Appearance")>
Public Property Description As String

Property Value

TypeDefaultDescription
StringString.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

Caption

Recent Item Control

RecentPinItem Class

RecentPinItem Members

DevExpress.XtraBars.Ribbon Namespace