alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class VideoToolbarItemModel

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

    Inheritance
    object
    VideoToolbarItemModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class VideoToolbarItemModel
    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
    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
    string

    A string with tooltip details.

    Remarks

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

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