ToolbarExportDropDownItem.Format Property
Specifies the exported document format associated with the current item.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(HtmlEditorExportFormat.Rtf)]
public virtual HtmlEditorExportFormat Format { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Html |
Rtf | One of the Html |
Available values:
Name | Description |
---|---|
Rtf | Identifies rich text format (. |
Mht | Identifies Web Archive, single file format (. |
Odt | Identifies Open |
Docx | Identifies Microsoft Office (2007+) document format (. |
Txt | Identifies plain text format (. |
Identifies Portable Document Format (. |
#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.