UltimateSearch Class Library

UltimateSearchButton.CausesValidation Property

Gets or sets a value that indicates whether the spell button causes validation.

[Visual Basic]
Public Property CausesValidation As Boolean
[C#]
public bool CausesValidation {get; set;}

Property Value

true if the spell button causes validation; otherwise, false. The default value is true.

Remarks

Use this property to cause validation when the spell button is pressed.

See Also

UltimateSearchButton Class | Karamasoft.WebControls.UltimateSearch Namespace