In the native Microsoft.Win32.OpenFileDialog, there is a property called CheckFileExists, which can be set to false to allow you to choose a file that doesn't exist from the open dialog for being able to make new files. But RadOpenFileDialog seems to require a file to exist and I'm not seeing an equivalent for this in RadOpenFileDialog. Is there an equivalent or some way to get this behavior?