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

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