Class ToolbarBaseItem
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 ToolbarBaseItem : EJTagHelper
Constructors
ToolbarBaseItem()
Initializes a new instance of the ToolbarBaseItem class.
Declaration
public ToolbarBaseItem()
Properties
ContentTemplate
Gets or sets the content template.
Declaration
public MvcTemplate<ToolbarBaseItem> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<ToolbarBaseItem> | The content template. |
Group
Declaration
public string Group { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HtmlAttributes
Gets or sets the html attributes.
Declaration
public string HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The html attributes. |
Id
Gets or sets the identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The id. |
ImageAttributes
Gets or sets the image attribute.
Declaration
public string ImageAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image attribute. |
ImageUrl
Gets or sets the image url.
Declaration
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image url. |
SpriteCssClass
Gets or sets the sprite css class.
Declaration
public string SpriteCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The sprite css class. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
TooltipText
Gets or sets the tooltip text.
Declaration
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The tooltip text. |