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

HEInsertRibbonTab.Text Property

Gets or sets the text content of the current ribbon tab.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "Insert"

A string value that specifies the text content of the tab.

See Also