Skip to main content

ChooseFileOptionsPageView.Initialize(ExcelSourceOptionsBase) Method

Initializes a wizard page with the available options depending on the type of the selected file.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void Initialize(
    ExcelSourceOptionsBase options
)

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 ChooseFileOptionsPageView.SourceOptions property.

See Also