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

DocumentSaveOptions Properties

Represents the settings which define file name and file format that are used when saving and loading the document.
Name Description
CurrentFileName Gets or sets the file name into which the document is saved or from which it is loaded.
CurrentFormat Gets or sets the file format into which the document is saved or from which it is loaded.
DefaultFileName Gets or sets the file name used by default for a new document, when saving or loading a document which has not been previously saved.
DefaultFormat Gets or sets the default file format used for saving a newly created document.
See Also