Skip to main content
A newer version of this page is available. .

XtraSaveFileDialog Properties

A replacement for the standard WinForms SaveFileDialog. Supports theming by DevExpress Skins.
Name Description
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
CreatePrompt Gets or sets whether or not this XtraSaveFileDialog should ask users for the permission to create a file if the specified file does not yet exist.
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
OverwritePrompt Gets or sets whether or not this XtraSaveFileDialog should warn users when they try to save a file under an already existing name.
Site Gets or sets the ISite of the Component. Inherited from Component.
Tag Gets or sets an object that contains data about the control. Inherited from CommonDialog.
See Also