Blazor

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

    Show / Hide Table of Contents

    Class AudioToolbarItemModel

    The class is used to configure quick toolbar items on the audio in the SfRichTextEditor.

    Inheritance
    System.Object
    AudioToolbarItemModel
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AudioToolbarItemModel : Object

    Constructors

    AudioToolbarItemModel()

    Declaration
    public AudioToolbarItemModel()

    Properties

    Command

    Gets or sets the command name of the audio quick toolbar item.

    Declaration
    public AudioToolbarCommand Command { get; set; }
    Property Value
    Type Description
    AudioToolbarCommand

    CssClass

    Gets or sets the CSS class that can be added to audio quick toolbar item to customize it.

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

    TooltipText

    Gets or sets the command name of the audio quick toolbar item.

    Declaration
    public string TooltipText { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved