IButtonControl.CausesValidation Property

Definition

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

public:
 property bool CausesValidation { bool get(); void set(bool value); };
public bool CausesValidation { get; set; }
member this.CausesValidation : bool with get, set
Public Property CausesValidation As Boolean

Property Value

true if clicking the button causes page validation to occur; otherwise, false.

Remarks

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

Applies to