RadEditor for ASP.NET

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


Gets or sets the value indicating whether the RadEditor can be switched to edit mode.   

 

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

Syntax

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

Return Value

true when the RadEditor can be switched to edit mode; otherwise false. The default value is true.

Remarks

The edit mode of the RadEditor can be turned on or off by using the Editable property.

This property is useful in scenarios where some users are prohibited from editing the content of the page.

Requirements

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

See Also