ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TooltipBaseTagHelper<TControl> Class / Popup Property

In This Topic
    Popup Property (TooltipBaseTagHelper<TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.TooltipBase.OnClientPopup client event. Occurs before the tooltip content is displayed.
    Syntax
    'Declaration
     
    Public Property Popup As String
    public string Popup {get; set;}
    See Also