Click or drag to resize

IWizPageMapper 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. The mapper object must implement the IMapper interface.

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

Property Value

Type: Object
See Also