System.Web.UI.WebControls.IButtonControl.CausesValidation Property

Gets or sets a value indicating whether clicking the button causes page validation to occur.

Syntax

public bool CausesValidation { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

A control that implements the System.Web.UI.WebControls.IButtonControl interface must implement the IButtonControl.CausesValidation property to indicate whether clicking the button causes page validation to occur.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0