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

DXSaveFileDialog.CreatePrompt Property

Gets or sets whether this DXSaveFileDialog should ask users for the permission to create a file if the specified file does not yet exist.

Namespace: DevExpress.Xpf.Dialogs

Assembly: DevExpress.Xpf.Dialogs.v20.2.dll

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

Declaration

public bool CreatePrompt { get; set; }

Property Value

Type Description
Boolean

true to display a message; false to automatically create a file without confirmation.

See Also