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.ReportDesigner
Assembly: Syncfusion.EJ.dll
Syntax
public class ToolbarSettings : EJTagHelper
Constructors
ToolbarSettings()
Declaration
public ToolbarSettings()
Properties
Items
Gets or sets the toolbar items.
Declaration
[JsonProperty("items")]
[JsonConverter(typeof(StringEnumConverter))]
public ToolbarItems Items { get; set; }
Property Value
Type | Description |
---|---|
ToolbarItems | Gets the list of items to be enabled in toolbar. |
ShowToolbar
Shows or hides the toolbar.
Declaration
[JsonProperty("showToolbar")]
public bool ShowToolbar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
TemplateId
Gets or sets the toolbar template ID.
Declaration
[JsonProperty("templateId")]
public string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the template id for toolbar. |
Methods
ShouldTemplateId()
Declaration
public bool ShouldTemplateId()
Returns
Type | Description |
---|---|
System.Boolean |