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

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public virtual bool CausesValidation { get; set; }
Visual Basic
Public Overridable Property CausesValidation As Boolean
	Get
	Set
Visual C++
public:
virtual property bool CausesValidation {
	bool get ();
	void set (bool value);
}
F#
abstract CausesValidation : bool with get, set
override CausesValidation : bool with get, set

Property Value

Type: Boolean
true if validation is performed when the ThreeStateCheckBox is clicked; otherwise, false. The default is false.

See Also