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#
[JsonAttribute(true, true, true)]
[DefaultValueAttribute(true)]
public override bool CausesValidation { get; set; }
Visual Basic
<JsonAttribute(True, True, True)> _
<DefaultValueAttribute(True)> _
Public Overrides Property CausesValidation As Boolean
	Get
	Set

Field Value

The default value is true.

Return Value

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

See Also