Skip to main content
All docs
V18.2

IModelRichTextFormatSettings.DocumentStorageFormat Property

Specifies the document storage format used by the RichText Property Editor.

Namespace: DevExpress.ExpressApp.Office.Win

Assembly: DevExpress.ExpressApp.Office.Win.v18.2.dll

Declaration

[ModelBrowsable(typeof(RichTextPropertyEditorStorageFormatCalculator))]
DocumentStorageFormat DocumentStorageFormat { get; set; }

Property Value

Type Description
DocumentStorageFormat

An enumeration value specifying the document storage format used by the RichText Property Editor.

Available values:

Name Description
Rtf

The document is stored in the RTF format.

Html

The document is stored in the HTML format.

Remarks

This property is visible in the Model Editor and its value has effect when you use the RichText Property Editor for the current business class’ property of the string type.

See Also