Class CustomItem
Class for CustomItem.
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 CustomItem : EJTagHelper
Constructors
CustomItem()
Declaration
public CustomItem()
Properties
CssClass
Gets or sets the css class of the toolbar custom item.
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The custom item css class. |
GroupIndex
Gets or sets the group index of the toolbar custom item.
Declaration
[JsonProperty("groupIndex")]
public int GroupIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The custom item group index. |
Id
Gets or sets the id of the toolbar custom item.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The custom item id |
Index
Gets or sets the index of the toolbar custom item.
Declaration
[JsonProperty("index")]
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The custom item index. |
Tooltip
Gets or sets the tooltip of the toolbar custom item.
Declaration
[JsonProperty("tooltip")]
public ToolTip Tooltip { get; set; }
Property Value
Type | Description |
---|---|
ToolTip | The custom item tooltip |
Type
Gets or sets the type of the toolbar custom item.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("type")]
public ToolBarItemType Type { get; set; }
Property Value
Type | Description |
---|---|
ToolBarItemType | The custom item type |