menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VideoToolbarItemModel - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VideoToolbarItemModel

    The class is used to configure quick toolbar items for video in the SfRichTextEditor.

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

    This class is designed for the customization and control of operations involving video elements within the editor.

    Constructors

    VideoToolbarItemModel()

    Declaration
    public VideoToolbarItemModel()

    Properties

    Command

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

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

    An instance of VideoToolbarCommand defining the action.

    Remarks

    The Command property sets the particular task triggered when the video toolbar option is selected.

    CssClass

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

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

    A string of CSS classes used for visual customization.

    Remarks

    CssClass is deployed to modify styles for video-specific quick toolbar functionalities.

    TooltipText

    Gets or sets the tooltip text of the video quick toolbar item.

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

    A string with tooltip details.

    Remarks

    TooltipText is employed to supply users with understanding of the toolbar options related to video elements.

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