Class SpeedDialItem
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.EJ2.Buttons
Assembly: Syncfusion.EJ2.dll
Syntax
public class SpeedDialItem : EJTagHelper
Constructors
SpeedDialItem()
Declaration
public SpeedDialItem()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
Disabled
Defines whether to enable or disable the SpeedDialItem.
Declaration
[HtmlAttributeName("disabled")]
public bool Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
IconCss
Defines one or more CSS classes to include an icon or image in speed dial item.
Declaration
[HtmlAttributeName("iconCss")]
public string IconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Id
Defines a unique value for the SpeedDialItem which can be used to identify the item in event args.
Declaration
[HtmlAttributeName("id")]
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
Text
Defines the text content of SpeedDialItem. Text won't be visible when mode is Radial. Also, in Linear mode, text won't be displayed when direction is Left or Right.
Declaration
[HtmlAttributeName("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Title
Defines the title of SpeedDialItem to display tooltip.
Declaration
[HtmlAttributeName("title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |