ASPxRichEditPlainTextExportSettings.Encoding Property
Specifies character encoding for exported plain text.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v20.2.dll
Declaration
[DefaultValue(null)]
public Encoding Encoding { get; set; }
<DefaultValue(Nothing)>
Public Property Encoding As Encoding
Property Value
Type | Default | Description |
---|---|---|
Encoding | null |
An object that contains encoding properties. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Encoding |
---|---|
ASPxRichEditExportSettings |
|
See Also
Feedback