Skip to main content
A newer version of this page is available. .

ToolbarCustomItem.Text Property

Gets or sets the text content of the toolbar custom item.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public override string Text { get; set; }

Property Value

Type Description
String

A String value that specifies the item’s text content.

See Also