RadEditor for ASP.NET

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


Gets or sets the value indicating whether the RadEditor will display the HTML tables with dashed borders, will mark the form elements, etc.   

 

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

Syntax

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

Return Value

true when the HTML tables are displayed with dashed borders; otherwise false. The default value is true.

Remarks

This property works by setting special CSS styles to the tables and the form elements in order to change their appearance. There is a probability to get strange behaviour when it is used in conjunction with the CssClass property.

Requirements

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

See Also