Gets or sets a value indicating whether validation is performed when a button in a column is clicked.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[JsonAttribute(true, true, false)]
public virtual bool CausesValidation { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<JsonAttribute(True, True, False)> _
Public Overridable Property CausesValidation As Boolean
	Get
	Set

Field Value

The default value is false.

Return Value

True to perform validation when a button in a column is clicked, otherwise false.

See Also