IChooseFileOptionsPageView.Initialize(ExcelSourceOptionsBase) Method
If implemented, initializes a wizard page with the available options depending on the type of the selected file.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | ExcelSourceOptionsBase | An ExcelSourceOptionsBase descendant containing options used to extract data from the selected file. This value is assigned to the IChooseFileOptionsPageView.SourceOptions property. |
See Also