Class CustomTools
Class CustomTools.
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
Assembly: Syncfusion.EJ.dll
Syntax
public class CustomTools : EJTagHelper
Constructors
CustomTools()
Declaration
public CustomTools()
Properties
Action
Gets or sets the action.
Declaration
[JsonProperty("action")]
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String | The action. |
Css
Gets or sets the CSS.
Declaration
[JsonProperty("css")]
public string Css { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CSS. |
Name
Gets or sets the name.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Text
Gets or sets the text.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Tooltip
Gets or sets the tooltip.
Declaration
[JsonProperty("tooltip")]
public string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The tooltip. |