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