Search Results for

    Show / Hide Table of Contents

    Class ToolbarSelect

    Element that opens a drop-down list when you hover over it

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

    Properties

    Image

    The image of the button that appears in the toolbar

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

    Items

    Contains items that will be displayed in the drop-down list

    List of ToolbarSelectItems

    Declaration
    public List<ToolbarSelectItem> Items { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<ToolbarSelectItem>
    Back to top © 1998-2025 Copyright Fast Reports Inc.