menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonTooltipSettingsBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved