RadEditor for ASP.NET

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


Gets or sets the value indicating whether the RadEditor is in edit mode.   

 

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

Syntax

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

Return Value

true when the RadEditor is in edit mode; otherwise false. The default value is true.

Remarks

Use this property if you want to load a page with the content editor set in edit mode. Otherwise, the [pencil] button will be displayed and the content will not be editable until this button is pressed.

Note: The [pencil] button will be displayed only when the HasPermission property is set to true.

Requirements

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

See Also