Skip to main content

SaveDocumentAsCommand Class

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

public class SaveDocumentAsCommand :
    RichEditMenuItemSimpleCommand

#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>
See Also