Skip to main content

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

NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DXCategory("Data")]
public string[] SafeFileNames { get; }

Property Value

Type Description
String[]

A String array that contains file names and extensions.

Remarks

Refer to MSDN documentation to learn more.

See Also