Skip to main content
A newer version of this page is available. .

ChooseFilePageView.FileName Property

Specifies the name of the selected file.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v21.2.UI.dll

NuGet Packages: DevExpress.DataAccess.UI, DevExpress.Win.Design

Declaration

public string FileName { get; set; }

Property Value

Type Description
String

A string specifying the file name.

Implements

See Also