Skip to main content

ExcelDataSourceModel.FileName Property

Specifies the name of the selected Excel file.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v26.1.dll

Declaration

[DefaultValue("")]
public string FileName { get; set; }

Property Value

Type Default Description
String String.Empty

A string specifying the file name.

Implements

See Also