Class SpeedDialItem
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SpeedDialItem
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 |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Disabled
Defines whether to enable or disable the SpeedDialItem.
Declaration
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
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
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
Syncfusion.EJ2.EJTagHelper.Id
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
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
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |