Skip to main content

HEInsertRibbonTab.Text Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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