Class RibbonTooltipSettings
Inheritance
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 |
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 |
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 |
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 |
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 |