DXSaveFileDialog Members
In This Article
#Constructors
Name | Description |
---|---|
DXSave |
Initializes a new instance of the DXSave |
#Properties
Name | Description |
---|---|
Add |
Gets or sets whether the file dialog automatically adds an extension to a file name if an end-user omits the extension.
Inherited from DXFile |
Append |
Gets or sets whether the file dialog should append affected extensions to filter descriptions.
Inherited from DXFile |
Auto |
For internal use only.
Inherited from DXFile |
Check |
Gets or sets whether the file dialog displays a warning if an end-user specifies a file name that does not exist.
Inherited from DXFile |
Check |
Gets or sets whether the file dialog displays a warning if an end-user specifies a path that does not exist.
Inherited from DXFile |
Create |
Gets or sets whether this DXSave |
Custom |
For internal use.
Inherited from DXFile |
Default |
Gets or sets the default file name extension.
Inherited from DXFile |
Dereference |
Gets or sets whether the dialog box returns the location of the file referenced by the shortcut or whether it returns the location of the shortcut (. |
File |
Gets or sets a string containing the file name selected in the file dialog.
Inherited from DXFile |
File |
Gets the file names of all selected files in the file dialog.
Inherited from DXFile |
Filter |
Gets or sets the current file name filter string, which determines the choices that appear in a file dialog.
Inherited from DXFile |
Filter |
Gets or sets the index of the currently selected filter in the file dialog.
Inherited from DXFile |
Initial |
Gets or sets the initial directory displayed by the file dialog.
Inherited from DXFile |
Overwrite |
Gets or sets whether this DXSave |
Restore |
Gets or sets a value indicating whether the file dialog restores the current directory to the previously selected directory before closing.
Inherited from DXFile |
Show |
Gets or sets a value indicating whether the Help button is displayed in the file dialog.
Inherited from DXFile |
Support |
Gets or sets whether the file dialog supports displaying and saving files that have multiple file name extensions.
Inherited from DXFile |
Tag |
Gets or sets an object associated with the dialog. This provides the ability to attach an arbitrary object to the dialog.
Inherited from Common |
Title |
Gets or sets the file dialog title.
Inherited from DXFile |
Validate |
Gets or sets whether the dialog box accepts only valid Win32 file names.
Inherited from DXFile |
#Methods
Name | Description |
---|---|
Check |
Determines whether sufficient permissions for displaying a dialog exist.
Inherited from Common |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hook |
Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box.
Inherited from Common |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all properties to their default values.
Inherited from DXFile |
Show |
Displays a common dialog.
Inherited from Common |
Show |
Displays a common dialog.
Inherited from Common |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
File |
Similar to the File |
Help |
Occurs when the user clicks the Help button on a file dialog and allows you to provide a help link or cancel opening help resources.
Inherited from DXCommon |
Show |
Fires when running DevExpress file dialogs in an unsupported OS (e. |
See Also