Back to Devexpress

IOpenFileDialogService.Files Property

corelibraries-devexpress-dot-mvvm-dot-iopenfiledialogservice-a9535aee.md

latest1.6 KB
Original Source

IOpenFileDialogService.Files Property

Gets a collection specifying all the files selected in the dialog box.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
IEnumerable<IFileInfo> Files { get; }
vb
ReadOnly Property Files As IEnumerable(Of IFileInfo)

Property Value

TypeDescription
IEnumerable<IFileInfo>

A collection that specifies all the files selected in the dialog box.

|

Remarks

Note

The OpenFileDialogService uses its own FileInfoWrapper class implementing the IFileInfo interface to represent the selected file(s). This class provides the capabilities of the standard FileInfo to work with objects of the FileStream type.

See Also

IOpenFileDialogService Interface

IOpenFileDialogService Members

DevExpress.Mvvm Namespace