Back to Devexpress

RecentTextGlyphItemBase.Caption Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recenttextglyphitembase.md

latest1.5 KB
Original Source

RecentTextGlyphItemBase.Caption Property

Gets or sets this item’s caption.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
StringString.Empty

A String value that is the caption for this item.

|

See Also

ImageOptions

Recent Item Control

RecentTextGlyphItemBase Class

RecentTextGlyphItemBase Members

DevExpress.XtraBars.Ribbon Namespace