Skip to main content

FileIOHelper.GetFileByFilePath(String) Method

Namespace: DevExpress.UI.Xaml.Controls.Internal.Pdf

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static StorageFile GetFileByFilePath(
    string filePath
)

Parameters

Name Type
filePath String

Returns

Type
Windows.Storage.StorageFile
See Also