Click or drag to resize

UserDataProviderPropertyPages Property

Gets an array of custom WizardPages.

Namespace: Easymap.AddIn.Data.Provider
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public abstract WizardPage[] PropertyPages { get; }

Property Value

WizardPage
Remarks
Custom WizardPages are used during the import process by Easymap. For example create a WizardPage for choosing a specified file as a datasource.
See Also