Skip to main content

ToolbarItemBase.Text Property

Gets or sets the text content of a toolbar item.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

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

See Also