UltimateEditor Class Library

UltimateEditor.XHTML Property

Gets or sets a value that indicates whether UltimateEditor is located on a page with document type of XHTML.

[Visual Basic]
Public Property XHTML As Boolean
[C#]
public bool XHTML {get; set;}

Property Value

true if UltimateEditor is located on a page with document type of XHTML; otherwise, false. The default value is false.

Remarks

Use this property to specify whether UltimateEditor is located on a page with document type of XHTML so that the control renders HTML properly.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace