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

In This Topic
    Resizing Property
    In This Topic
    Configurates the C1.Web.Mvc.Popup.OnClientResizing client event. Sets the client function which occurs when the Popup is about to be resized.
    Syntax
    'Declaration
     
    Public Property Resizing As String
    public string Resizing {get; set;}
    See Also