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

RibbonGalleryItem.Text Property

Gets or sets the text content of the current item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string Text { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the text.

Remarks

Use the Text property to specify the current item’s text content. In addition to the text, you can specify an item’s image and hint text using the RibbonGalleryItem.Image and RibbonGalleryItem.ToolTip properties respectively.

See Also