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

DataSourceModel.FileName Property

Specifies the file name of an Excel data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v20.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public string FileName { get; set; }

Property Value

Type Description
String

A String value.

Remarks

This setting is used to create an ExcelDataSource.

Implements

See Also