Class ToolbarElement
Namespace: FastReport.Web.Toolbar
Assembly: FastReport.OpenSource.Web.dll
Syntax
public abstract class ToolbarElement
  Constructors
ToolbarElement()
Declaration
public ToolbarElement()
  Properties
ElementClasses
Classes to be specified in the class tag for the element
Declaration
public string ElementClasses { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ElementCustomStyle
Element styles to be specified in the style tag
Declaration
public string ElementCustomStyle { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Enabled
Defines the visibility of the button on the toolbar
Declaration
public bool Enabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Name
Name of button required to interact with the element list
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Position
Property by which the buttons in the toolbar will be sorted
Declaration
public int Position { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Title
Text to be displayed when the element is hovered over
Declaration
public string Title { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |