Class ToolbarSettings
Class for ToolbarSettings.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models.ReportViewer
Assembly: Syncfusion.EJ.dll
Syntax
public class ToolbarSettings : EJTagHelper
Constructors
ToolbarSettings()
Declaration
public ToolbarSettings()
Properties
Click
Fires when user click on toolbar item in the toolbar.
Declaration
[JsonProperty("click")]
public string Click { get; set; }
Property Value
Type | Description |
---|---|
System.String | The click. |
CustomGroups
Add the custom Groups in the toolbar.
Declaration
[JsonProperty("customGroups")]
public List<CustomGroup> CustomGroups { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CustomGroup> | The customGroups. |
CustomItems
Add the custom items in the toolbar.
Declaration
[JsonProperty("customItems")]
public List<CustomItem> CustomItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CustomItem> | The customItems. |
Items
Specifies the toolbar items.
Declaration
[JsonProperty("items")]
[JsonConverter(typeof(StringEnumConverter))]
public ToolbarItems Items { get; set; }
Property Value
Type | Description |
---|---|
ToolbarItems | The items. |
ShowToolbar
Shows or hides the toolbar.
Declaration
[JsonProperty("showToolbar")]
public bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ShowTooltip
Shows or hides the tooltip of toolbar items.
Declaration
[JsonProperty("showTooltip")]
public bool ShowTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
TemplateId
Specifies the toolbar template ID.
Declaration
[JsonProperty("templateId")]
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The template identifier. |