IKaxToolBarButtonCausesValidation Property |
Gets or sets a value indicating whether clicking the button causes page validation
to occur.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax bool CausesValidation { get; set; }
Property CausesValidation As Boolean
Get
Set
property bool CausesValidation {
bool get ();
void set (bool value);
}
abstract CausesValidation : bool with get, set
Property Value
Type:
Boolean
true if clicking the button causes page validation to occur; otherwise, false.
See Also