Skip to main content

IChooseFilePageView.ShowPasswordForm(String, String, out FileInfo) Method

If implemented, shows the form for specifying a password, if the selected file is password protected.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

bool ShowPasswordForm(
    string caption,
    string fileName,
    out FileInfo fileInfo
)

Parameters

Name Type Description
caption String

The caption of the password form.

fileName String

The name of the selected file.

fileInfo FileInfo

An object containing settings of the selected file.

Returns

Type Description
Boolean

true, if the password was successfully specified, otherwise, false.

See Also