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

IModelRichTextFormatSettings.DocumentStorageFormat Property

Specifies the document format that is stored in the database and used by the Rich Text Property Editor.

Namespace: DevExpress.ExpressApp.Office

Assembly: DevExpress.ExpressApp.Office.v19.1.dll

Declaration

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

Property Value

Type Description
DocumentStorageFormat

The document format that is stored in the database and used by the Rich Text 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 Rich Text Property Editor for the current business class’ property of the string type.

See Also