Back to Devexpress

DialogParameters Properties

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-dot-underscore-properties.md

latest4.2 KB
Original Source

DialogParameters Properties

Contains parameters that allow you to set up the dialog invoked from the BrowsePathEdit editor.

NameDescription
AddExtensionGets or sets whether to add an extension (specified by the DialogParameters.DefaultExt or BrowsePathEdit.Filter property) to the file name.
AutoUpgradeEnabled
CheckFileExistsGets or sets whether to display a warning if a user specifies a file that does not exist.
CheckPathExistsGets or sets whether to display a warning if a user specifies a path that does not exist.
ClientGuidGets or sets the GUID associated with the dialog state.
CreatePromptGets or sets whether to prompt a user for permission to create a file if a user specifies a file that does not exist.
DefaultExtGets or sets the default file extension.
DereferenceLinksGets or sets whether the dialog returns the location of the file referenced by a shortcut or whether it returns the shortcut’s location.
DescriptionGets or sets the text displayed in the browse folder dialog.
DialogTypeGets the dialog’s type.
FileNameGets or sets the file name displayed in the dialog.
FilterIndexGets or sets the selected dialog filter’s index.
InitialDirectoryGets or sets the dialog’s initial directory.
OverwritePromptGets or sets whether to prompt a user for permission to overwrite a file if a user specifies a file that already exists.
ReadOnlyCheckedGets or sets whether the Open as read-only check box is checked.
RootFolderGets or sets the browse folder dialog’s root folder.
SelectedPathGets or sets the path selected in the browse folder dialog.
ShowHelpGets or sets whether to display the Help button.
ShowNewFolderButtonGets or sets whether to display the Make New Folder button in the browse folder dialog.
ShowReadOnlyGets or sets whether to display the Open as read-only check box.
SupportMultiDottedExtensionsGets or sets whether the dialog supports operations with files that have multiple extensions.
TitleGets or sets the dialog window’s title.
UseDescriptionForTitleGets or sets whether to use the Description property value as the dialog’s title.
ValidateNamesGets or sets whether to display a warning when a user enters an invalid Win32 file name.

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace