Class RibbonTooltipSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RibbonTooltipSettingsBuilder
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.EJ2.dll
Syntax
public class RibbonTooltipSettingsBuilder : ControlBuilder
Constructors
RibbonTooltipSettingsBuilder()
Declaration
public RibbonTooltipSettingsBuilder()
RibbonTooltipSettingsBuilder(RibbonTooltipSettings)
Declaration
public RibbonTooltipSettingsBuilder(RibbonTooltipSettings model)
Parameters
Type | Name | Description |
---|---|---|
RibbonTooltipSettings | model |
Methods
Content(String)
Defines the content for the tooltip.
Declaration
public RibbonTooltipSettingsBuilder Content(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
CssClass(String)
Defines the CSS class to customize the appearance of the tooltip.
Declaration
public RibbonTooltipSettingsBuilder CssClass(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
IconCss(String)
Defines the CSS class for the icons to be shown in tooltip.
Declaration
public RibbonTooltipSettingsBuilder IconCss(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Id(String)
Defines the unique ID for the tooltip.
Declaration
public RibbonTooltipSettingsBuilder Id(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Title(String)
Defines the header content of the tooltip.
Declaration
public RibbonTooltipSettingsBuilder Title(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |