RecentTextGlyphItemBase.Caption Property
Gets or sets this item’s caption.
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 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