Skip to main content

IChooseFileOptionsPageView.SourceOptions Property

If implemented, gets options used to extract data form the selected file (Microsoft Excel workbook or CSV file).

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

ExcelSourceOptionsBase SourceOptions { get; }

Property Value

Type Description
ExcelSourceOptionsBase

An ExcelSourceOptionsBase descendant containing options used to extract data from the selected file.

See Also