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

In This Topic
    Resized Property
    In This Topic
    Configurates the C1.Web.Mvc.Popup.OnClientResized client event. Sets the client function which occurs after the Popup has been resized.
    Syntax
    'Declaration
     
    Public Property Resized As String
    public string Resized {get; set;}
    See Also