Skip to main content

RecentTextGlyphItemBase.Caption Property

Gets or sets this item’s caption.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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