Class RibbonTooltipSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RibbonTooltipSettingsBuilder
Assembly: Syncfusion.EJ2.dll
public class RibbonTooltipSettingsBuilder : ControlBuilder
Constructors
Declaration
public RibbonTooltipSettingsBuilder()
Declaration
public RibbonTooltipSettingsBuilder(RibbonTooltipSettings model)
Parameters
Methods
Content(String)
Defines the content for the tooltip.
Declaration
public RibbonTooltipSettingsBuilder Content(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
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
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
Defines the unique ID for the tooltip.
Declaration
public RibbonTooltipSettingsBuilder Id(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Defines the header content of the tooltip.
Declaration
public RibbonTooltipSettingsBuilder Title(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns