Search Results for

    Show / Hide Table of Contents

    Class ToolbarButton

    Button for the toolbar

    Inheritance
    System.Object
    ToolbarElement
    ToolbarButton
    Inherited Members
    ToolbarElement.Name
    ToolbarElement.Enabled
    ToolbarElement.ElementCustomStyle
    ToolbarElement.ElementClasses
    ToolbarElement.Title
    ToolbarElement.Position
    Namespace: FastReport.Web.Toolbar
    Assembly: FastReport.OpenSource.Web.dll
    Syntax
    public class ToolbarButton : ToolbarElement

    Properties

    Image

    The image of the button that appears in the toolbar

    Declaration
    public ToolbarElementImage Image { get; set; }
    Property Value
    Type Description
    ToolbarElementImage

    OnClickAction

    Action that is triggered when the button is clicked

    Declaration
    public IClickAction OnClickAction { get; set; }
    Property Value
    Type Description
    IClickAction
    Back to top © 1998-2025 Copyright Fast Reports Inc.