Class RibbonTooltipSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RibbonTooltipSettingsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Ribbon
Assembly: Syncfusion.AspNetMvc.Ribbon.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
| Type |
|---|
| RibbonTooltipSettingsBuilder |
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
| Type |
|---|
| RibbonTooltipSettingsBuilder |
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
| Type |
|---|
| RibbonTooltipSettingsBuilder |
Id(String)
Defines the unique ID for the tooltip.
Declaration
public RibbonTooltipSettingsBuilder Id(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RibbonTooltipSettingsBuilder |
Title(String)
Defines the header content of the tooltip.
Declaration
public RibbonTooltipSettingsBuilder Title(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RibbonTooltipSettingsBuilder |