Class ToolbarSelectItem
The element that appears in the drop-down list
Inheritance
System.Object
    ToolbarSelectItem
  Namespace: FastReport.Web.Toolbar
Assembly: FastReport.OpenSource.Web.dll
Syntax
public class ToolbarSelectItem
  Constructors
ToolbarSelectItem()
Declaration
public ToolbarSelectItem()
  Properties
Enabled
Defines the visibility of the item in the drop-down list
Declaration
public bool Enabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Name
Name of toolbar item required to interact with the items list
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
OnClickAction
Action that is triggered when the item is clicked
Declaration
public IClickAction OnClickAction { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IClickAction | 
Title
The inscription displayed in the drop-down list
Declaration
public string Title { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |