ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorQuickToolbarSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextEditorQuickToolbarSettings

    Inheritance
    System.Object
    EJTagHelper
    RichTextEditorQuickToolbarSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.RichTextEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RichTextEditorQuickToolbarSettings : EJTagHelper

    Constructors

    RichTextEditorQuickToolbarSettings()

    Declaration
    public RichTextEditorQuickToolbarSettings()

    Properties

    ActionOnScroll

    Specifies the action that should happen when scroll the target-parent container.

    Declaration
    public ActionOnScroll ActionOnScroll { get; set; }
    Property Value
    Type Description
    ActionOnScroll

    ContentTemplate

    To get or set value for ContentTemplate.

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

    Enable

    Specifies whether to enable quick toolbar in RichTextEditor.

    Declaration
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    Image

    Specifies the items to render in quick toolbar, when image selected.

    Declaration
    public object Image { get; set; }
    Property Value
    Type Description
    System.Object

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Link

    Specifies the items to render in quick toolbar, when link selected.

    Declaration
    public object Link { get; set; }
    Property Value
    Type Description
    System.Object

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    ShowOnRightClick

    Specifies whether to opens a quick toolbar on the right click.

    Declaration
    public bool ShowOnRightClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    Table

    Specifies the items to render in quick toolbar, when table selected.

    Declaration
    public object Table { get; set; }
    Property Value
    Type Description
    System.Object

    Text

    Specifies the items to render in quick toolbar, when text selected.

    Declaration
    public object Text { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved