Skip to main content
A newer version of this page is available.
All docs
V18.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.v18.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