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: 11.2.0.0
Syntax
public abstract WizardPage[] PropertyPages { get; }

Property Value

Type: 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