menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextBoxSupportsXHTML - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextBoxSupportsXHTML

    Represents a RichTextBox control that supports XHTML code.

    Inheritance
    System.Object
    RichTextBoxSupportsXHTML
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class RichTextBoxSupportsXHTML : RichTextBox

    Constructors

    RichTextBoxSupportsXHTML()

    Initializes a new instance of the RichTextBoxSupportsXHTML class.

    Declaration
    public RichTextBoxSupportsXHTML()

    Properties

    Errors

    Gets the errors of HTML code in XHTML cell. Any errors encountered during XHTML-to-RTF translation will be contained in this ArrayList of strings.

    Declaration
    public ArrayList Errors { get; }
    Property Value
    Type
    System.Collections.ArrayList

    Xhtml

    Gets the XHTML code of cell. Setting this read-only property initiates the XHTML-to-RTF translation and then sets the box to display the resulting Rich Text. Any errors during translation can be viewed in the Errors public property.

    Declaration
    public string Xhtml { set; }
    Property Value
    Type
    System.String

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved