Skip to main content

HEEditingRibbonGroup.Text Property

Specifies the ribbon group’s text.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "Editing"

The ribbon group’s text.

See Also