XtraOpenFileDialog.SafeFileNames Property
Returns an array of file names and extensions for all the selected files in the dialog box. File names do not include paths.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v24.1.dll
NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String[] | A String array that contains file names and extensions. |
Remarks
Refer to the following help topic for more information: SafeFileNames.
See Also