Class AudioToolbarItemModel
The class is used to configure quick toolbar items for audio in the SfRichTextEditor.
Inheritance
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class AudioToolbarItemModel : Object
Remarks
This class allows users to customize the toolbar actions related to audio elements in the editor.
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 | An instance of AudioToolbarCommand describing the action. |
Remarks
The Command property assigns the specific function performed when the audio toolbar item is activated.
CssClass
Gets or sets the CSS class that can be added to customize the audio quick toolbar item.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string of CSS classes for styling purposes. |
Remarks
The CssClass property allows styling customizations specifically for audio toolbar items.
TooltipText
Gets or sets the tooltip text of the audio quick toolbar item.
Declaration
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string containing tooltip information. |
Remarks
TooltipText provides a brief textual explanation of the audio toolbar item's function.