Skip to main content

ChooseFilePageView.FileName Property

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Specifies the name of the selected file.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public string FileName { get; set; }

Property Value

Type Description
String

A string specifying the file name.

See Also