ChooseFileOptionsPageView.SourceOptions Property
In This Article
Gets options used to extract data form the selected file (Microsoft Excel workbook or CSV file).
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
public ExcelSourceOptionsBase SourceOptions { get; }
#Property Value
Type | Description |
---|---|
Excel |
A Excel |
See Also