Class ToolbarFields
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 ToolbarFields : EJTagHelper
Constructors
ToolbarFields()
Declaration
public ToolbarFields()
Properties
Group
Gets or sets the group .
Declaration
[JsonProperty("group")]
public string Group { get; set; }
Property Value
Type | Description |
---|---|
System.String | The group . |
HtmlAttributes
Gets or sets the HTML attributes.
Declaration
[JsonProperty("htmlAttributes")]
public string HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HTML attributes. |
Id
Gets or sets the identifier.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
ImageAttributes
Gets or sets the image attributes.
Declaration
[JsonProperty("imageAttributes")]
public string ImageAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image attributes. |
ImageUrl
Gets or sets the image URL.
Declaration
[JsonProperty("imageUrl")]
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image URL. |
SpriteCssClass
Gets or sets the sprite CSS class.
Declaration
[JsonProperty("spriteCssClass")]
public string SpriteCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The sprite CSS class. |
Text
Gets or sets the text.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
TooltipText
Gets or sets the tooltiptext.
Declaration
[JsonProperty("tooltipText")]
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The tooltiptext. |