RibbonGalleryItem.Text Property
In This Article
Gets or sets the text content of the current item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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