Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class TooltipOptions

    Class TooltipOptions.

    Inheritance
    System.Object
    TooltipOptions
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class TooltipOptions : object

    Properties

    ChildContent

    Gets or sets the child content.

    Declaration
    public RenderFragment<TooltipService> ChildContent { get; set; }
    Property Value
    Type Description
    RenderFragment<TooltipService>

    The child content.

    CloseTooltipOnDocumentClick

    Gets or sets a value indicating whether the tooltip should be closed by clicking the document.

    Declaration
    public bool CloseTooltipOnDocumentClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if closeable; otherwise, false.

    CssClass

    Gets or sets the CSS class.

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

    The CSS class.

    Delay

    Gets or sets the delay.

    Declaration
    public int? Delay { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The delay.

    Duration

    Gets or sets the duration.

    Declaration
    public int? Duration { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    The duration.

    Position

    Gets or sets the position.

    Declaration
    public TooltipPosition Position { get; set; }
    Property Value
    Type Description
    TooltipPosition

    The position.

    Style

    Gets or sets the style.

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

    The style.

    Text

    Gets or sets the text.

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

    The text.

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT