SaveDocumentAsCommand Class
In This Article
Invokes the File dialog prompting for a file name, and saves a document in a file with specified name and format.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Remarks
Use the RichEditControl.SaveDocumentAs API method to achieve the same result.
#Inheritance
Object
Command
DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId>
RichEditCommand
RichEditMenuItemSimpleCommand
SaveDocumentAsCommand
See Also