Click or drag to resize

WizPageBaseMapper Property

The primary mapper used by this wizard page. If no mapper is used then null should be returned. The wizard will use the mapper to ensure that client-side validation script is properly configured.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public abstract Object Mapper { get; }

Property Value

Type: Object

Implements

IWizPageMapper
See Also