Back to Devexpress

ISaveFileDialogService.File Property

corelibraries-devexpress-dot-mvvm-dot-isavefiledialogservice.md

latest1.5 KB
Original Source

ISaveFileDialogService.File Property

Gets an object specifying the file selected in the dialog box.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
IFileInfo File { get; }
vb
ReadOnly Property File As IFileInfo

Property Value

TypeDescription
IFileInfo

A FileInfo implementation that specifies the file selected in the dialog box.

|

Remarks

Note

The SaveFileDialogService 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

ISaveFileDialogService Interface

ISaveFileDialogService Members

DevExpress.Mvvm Namespace