Skip to main content
All docs
V19.2

ToolbarExportDropDownItem.Value Property

Returns a textual representation of the an item’s ToolbarExportDropDownItem.Format property. For internal use only.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public override string Value { get; set; }

Property Value

Type Description
String

A String value that specifies the textual representation of the format associated with the item.

See Also