menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonTooltipSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RibbonTooltipSettings

    Inheritance
    System.Object
    RibbonTooltipSettings
    Namespace: Syncfusion.Blazor.Ribbon
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class RibbonTooltipSettings : OwningComponentBase

    Constructors

    RibbonTooltipSettings()

    Declaration
    public RibbonTooltipSettings()

    Properties

    Content

    Gets or sets the main content of the tooltip.

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    System.String

    A System.String value representing the tooltip's content. The default value is string.Empty.

    Remarks

    Use this property to provide descriptive or explanatory text that will appear within the tooltip.

    CssClass

    Gets or sets the CSS class to customize the appearance of the tooltip.

    Declaration
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    A System.String value representing one or more CSS classes. The default value is string.Empty.

    Remarks

    Use this property to apply custom styling to the tooltip by defining one or more CSS classes. Separate multiple class names with a space.

    IconCss

    Gets or sets the CSS class for the icons displayed in the tooltip.

    Declaration
    public string IconCss { get; set; }
    Property Value
    Type Description
    System.String

    A System.String value representing one or more CSS classes for icons. The default value is string.Empty.

    Remarks

    The IconCss property allows you to apply custom styles to the icons shown within the tooltip. Use this to ensure consistent styling or to add specific iconographic indicators to the tooltip.

    Title

    Gets or sets the header content of the tooltip.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    A System.String value representing the tooltip's title. The default value is string.Empty.

    Remarks

    The Title property defines the header text displayed at the top of the tooltip. This is useful for providing a concise summary of the tooltip's content.

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved