Skip to main content

HETableRibbonTab.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("Table")]
public string Text { get; set; }

Property Value

Type Default Description
String "Table"

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

See Also