Skip to main content

HEUndoRibbonGroup.Text Property

Gets or sets the ribbon group‘s display text.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "Undo"

A string value that specifies the ribbon group’s display text.

Remarks

The text specified via the Text property is displayed in the group, below the items.

See Also