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

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