A newer version of this page is available.
Switch to the current version.
ChooseFileOptionsPageView.SourceOptions Property
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.v18.2.UI.dll
Declaration
public ExcelSourceOptionsBase SourceOptions { get; }
Public ReadOnly Property SourceOptions As ExcelSourceOptionsBase
Property Value
Type | Description |
---|---|
ExcelSourceOptionsBase | A ExcelSourceOptionsBase descendant containing options used to extract data from the selected file. |
Implements
See Also
Feedback