IOpenFileDialogService.Files Property
In This Article
Gets a collection specifying all the files selected in the dialog box.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
IEnumerable<IFileInfo> Files { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<IFile |
A collection that specifies all the files selected in the dialog box. |
#Remarks
Note
The Open
See Also