Blazor

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

    Show / Hide Table of Contents

    Class DropDownItemModel

    The class is used to configure drop down toolbar items in the SfRichTextEditor.

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

    Constructors

    DropDownItemModel()

    Declaration
    public DropDownItemModel()

    Properties

    Command

    Gets or sets the command name of the dropdown toolbar item.

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

    CssClass

    Gets or sets the CSS class of the dropdown toolbar item to customize it.

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

    IconCss

    Gets or sets a CSS class string to include an icon or image for the dropdown toolbar item.

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

    ListImage

    Gets or sets the listImage of the list dropdown toolbar item.

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

    SubCommand

    Gets or sets the sub command of the dropdown toolbar item.

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

    Text

    Gets or sets the text of the dropdown toolbar item.

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

    Value

    Gets or sets the value of the dropdown toolbar item.

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