Class RibbonTooltipSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
RibbonTooltipSettings
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class RibbonTooltipSettings : EJTagHelper
Constructors
RibbonTooltipSettings()
Declaration
public RibbonTooltipSettings()
Properties
Content
Defines the content for the tooltip.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
CssClass
Defines the CSS class to customize the appearance of the tooltip.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
IconCss
Defines the CSS class for the icons to be shown in tooltip.
Declaration
public string IconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Id
Defines the unique ID for the tooltip.
Declaration
public override string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Overrides
Syncfusion.EJ2.EJTagHelper.Id
Title
Defines the header content of the tooltip.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |