Skip to main content

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

Property Value

Type Default Description
String "View"

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

See Also