Skip to main content

DataSourceModel.SourceOptions Property

Specifies the options of an Excel data source.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

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