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

ToolbarExportDropDownItem.Format Property

Specifies the exported document format associated with the current item.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[DefaultValue(HtmlEditorExportFormat.Rtf)]
public virtual HtmlEditorExportFormat Format { get; set; }

Property Value

Type Default Description
HtmlEditorExportFormat **Rtf**

One of the HtmlEditorExportFormat enumeration values.

Available values:

Name Description
Rtf

Identifies rich text format (.rtf).

Mht

Identifies Web Archive, single file format (.mht).

Odt

Identifies OpenDocument text (.odt) format.

Docx

Identifies Microsoft Office (2007+) document format (.docx).

Txt

Identifies plain text format (.txt).

Pdf

Identifies Portable Document Format (.pdf).

Remarks

ASPxHtmlEditor’s contents can be exported to various document formats. Use the Format property, to specify the format associated with the current item.

To learn more, see the Import and Export topic.

See Also