SaveFileDialogService.CreatePrompt Property
Gets or sets a value indicating whether the dialog box prompts a user for permission to create a file if the user specifies a file that does not exist. This is a dependency property.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the dialog box prompts the user before creating a file; false if the dialog box automatically creates the new file without prompting the user for permission. The default value is false. |
See Also