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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool CreatePrompt { get; set; }

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