A string value that specifies the ribbon group's display text.
Namespace:DevExpress.Web.ASPxHtmlEditor
Assembly:DevExpress.Web.ASPxHtmlEditor.v17.2.dll

Syntax
C# |
public string Text { get; set; }
|
VB |
Public Property Text As String
|
Property value
Type: String
A string value that specifies the ribbon group's display text.
The default is "Clipboard".

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

See Also