ImageMapCausesValidation Property

This property is used to determine whether or not validation occurs when an image map area is clicked

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public bool CausesValidation { get; set; }

Property Value

Boolean
The default is false and it does not cause validation

See Also