RecentPinItem.Description Property
Gets or sets the secondary text string displayed by this RecentPinItem.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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