RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / HtmlFilter Property

In This Topic
    HtmlFilter Property (C1RichTextBox)
    In This Topic
    Gets or sets the C1.WPF.RichTextBox.Documents.HtmlFilter used by this C1RichTextBox to serialize and deserialize from HTML.
    Syntax
    'Declaration
     
    
    Public Property HtmlFilter As HtmlFilter
    public HtmlFilter HtmlFilter {get; set;}
    See Also