ASP.NET Pack Programmer's Guide
Button.CausesValidation Property
See Also
 





Gets or sets a value indicating whether validation is performed when the control is clicked.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool CausesValidation { get; set; }

Visual Basic  Copy Code

Public Property CausesValidation As Boolean

 Property Value

Type: Boolean
true if validation is performed, otherwise false. Default value is true.

 See Also

Button Members
Button Class
MindFusion.UI.WebForms Namespace