ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / PopupTagHelper Class / Showing Property

In This Topic
    Showing Property
    In This Topic
    Configurates the C1.Web.Mvc.Popup.OnClientShowing client event. Sets the client function which occurs before the Popup is showing.
    Syntax
    'Declaration
     
    Public Property Showing As String
    public string Showing {get; set;}
    See Also