Skip to main content

FileIOHelper.OpenFileAsync(String, String, 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 Task<StorageFile> OpenFileAsync(
    string buttonLabel,
    string identifier,
    string extensions
)

Parameters

Name Type
buttonLabel String
identifier String
extensions String

Returns

Type
Task<Windows.Storage.StorageFile>
See Also