Back to Devexpress

DialogParameters.CheckFileExists Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-8d47531b.md

latest1.3 KB
Original Source

DialogParameters.CheckFileExists Property

Gets or sets whether to display a warning if a user specifies a file that does not exist.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool CheckFileExists { get; set; }
vb
Public Property CheckFileExists As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display a warning if a user specifies a file that does not exist; otherwise, false.

|

Remarks

Refer to the following help topic for more information: CheckFileExists.

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace