Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRichEditControlOptionsBase.DocumentSaveOptions Property

Provides access to the file name and format settings affecting the SaveDocument and SaveDocumentAs commands.

#Declaration

Delphi
property DocumentSaveOptions: TdxDocumentSaveOptions read; write;

#Property Value

Type
TdxDocumentSaveOptions

#Remarks

Use this property to change the file format and/or name used or suggested for exporting the current document. Note that the settings provided by the DocumentSaveOptions property do not affect the Rich Edit control’s SaveDocument procedure.

Refer to the TdxDocumentSaveOptions class description for detailed information on available options.

See Also