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

DataSourceModel.SourceOptions Property

Specifies the options of an Excel data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public ExcelSourceOptionsBase SourceOptions { get; set; }

Property Value

Type Description
ExcelSourceOptionsBase

An ExcelSourceOptionsBase descendant.

Remarks

This setting is used to create an ExcelDataSource.

Implements

See Also