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

ToolbarCustomItem.Value Property

Gets or sets the toolbar item’s value.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the item’s value.

See Also