RadEditor for ASP.NET

RadEditor Send comments on this topic.
CausesValidation Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : CausesValidation Property


Gets or sets the value indicating whether the [Update] button should perform validation when clicked.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
Public Property CausesValidation As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As Boolean
 
instance.CausesValidation = value
 
value = instance.CausesValidation
C# 
public bool CausesValidation {get; set;}

Return Value

true when the [Update] button should perform validation; otherwise false. The default value is true.

Remarks

This property is valid only when the SaveInFile property is set to true.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also