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.v24.1.dll
NuGet Package: DevExpress.Wpf.Dialogs
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to display a message; false to automatically create a file without confirmation. |
See Also