RadEditor for ASP.NET

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


Gets or sets the value indicating whether the RadEditor should display the [Indent HTML] checkbox.   

 

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

Syntax

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

Return Value

true when the [Indent HTML] checkbox is displayed; otherwise false. The default value is true.

Remarks

Since version 4.0 the HTML mode has been enhanced to display nicely indented code, which is easier to read and modify. You can turn on or off the indentation by using the [Indent HTML] checkbox.

Requirements

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

See Also