Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.2.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.

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