Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinkToolbarCommand

    Show / Hide Table of Contents

    Class LinkToolbarCommand

    Defines types to be used to configure the toolbar items in Link Quick Toolbar.

    Inheritance
    System.Object
    LinkToolbarCommand
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class LinkToolbarCommand : Enum

    Fields

    Edit

    Defines the LinkToolbarCommand as Edit.

    Declaration
    public const LinkToolbarCommand Edit
    Field Value
    Type Description
    LinkToolbarCommand

    Open

    Defines the LinkToolbarCommand as Open.

    Declaration
    public const LinkToolbarCommand Open
    Field Value
    Type Description
    LinkToolbarCommand

    UnLink

    Defines the LinkToolbarCommand as UnLink.

    Declaration
    public const LinkToolbarCommand UnLink
    Field Value
    Type Description
    LinkToolbarCommand

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved