menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorFormatPainterSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextEditorFormatPainterSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    RichTextEditorFormatPainterSettings
    Namespace: Syncfusion.EJ2.RichTextEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RichTextEditorFormatPainterSettings : EJTagHelper

    Constructors

    RichTextEditorFormatPainterSettings()

    Declaration
    public RichTextEditorFormatPainterSettings()

    Properties

    AllowedFormats

    Defines the tag name selectors to obtain formats from elements.

    Declaration
    public string AllowedFormats { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "b; em; font; sub; sup; kbd; i; s; u; code; strong; span; p; div; h1; h2; h3; h4; h5; h6; blockquote; ol; ul; li; pre;"

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    DeniedFormats

    Defines selectors for elements from which fetching formats is expressly prohibited.

    Declaration
    public string DeniedFormats { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved