Search Results for

    Show / Hide Table of Contents

    Class ToolbarInput

    Input field for the toolbar

    Inheritance
    System.Object
    ToolbarElement
    ToolbarInput
    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 ToolbarInput : ToolbarElement

    Properties

    InputCustomStyle

    Styles that are specified in the style tag for input

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

    InputDefaultValue

    Standard value for input

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

    InputType

    Type of input, which is specified in the type tag

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

    OnChangeAction

    Action to be triggered when user changes input value

    Can be either ElementScript or ElementChangeAction

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