Skip to main content

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

NuGet Package: 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