Class ToolbarSelect
Element that opens a drop-down list when you hover over it
Inherited Members
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> |