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

RecentTextGlyphItemBase.Caption Property

Gets or sets this item’s caption.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that is the caption for this item.

Remarks

In addition to the item caption, you can use the RecentTextGlyphItemBase.Glyph property to specify the item icon.

See Also