menu

Blazor

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

    Show / Hide Table of Contents

    Class ImageEditorToolbarItemModel

    A class that represents the item of toolbar component.

    Inheritance
    System.Object
    ItemModel
    ImageEditorToolbarItemModel
    Inherited Members
    ItemModel.Align
    ItemModel.Click
    ItemModel.CssClass
    ItemModel.Disabled
    ItemModel.HtmlAttributes
    ItemModel.Id
    ItemModel.Overflow
    ItemModel.PrefixIcon
    ItemModel.ShowAlwaysInPopup
    ItemModel.ShowTextOn
    ItemModel.SuffixIcon
    ItemModel.TabIndex
    ItemModel.Template
    ItemModel.Text
    ItemModel.TooltipText
    ItemModel.Type
    ItemModel.Visible
    ItemModel.Width
    Namespace: Syncfusion.Blazor.ImageEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ImageEditorToolbarItemModel : ItemModel
    Remarks

    This class is inherit from Toolbar component's "ItemModel" property and it is used to render icon only, text only, icon and text toolbar item by specifying value to corresponding property.

    Constructors

    ImageEditorToolbarItemModel()

    Declaration
    public ImageEditorToolbarItemModel()

    Properties

    Name

    Gets or sets the name of the toolbar item.

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

    Accepts a string value. The default value is String.Empty.

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