Back to Devexpress

XtraOpenFileDialog.SafeFileNames Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraopenfiledialog-caaf3fe6.md

latest1.5 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
[DXCategory("Data")]
public string[] SafeFileNames { get; }
vb
<Browsable(False)>
<DXCategory("Data")>
Public ReadOnly Property SafeFileNames As String()

Property Value

TypeDescription
String[]

A String array that contains file names and extensions.

|

Remarks

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

See Also

XtraOpenFileDialog Class

XtraOpenFileDialog Members

DevExpress.XtraEditors Namespace