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

In This Topic
    IsDraggable Property (PopupTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Popup.IsDraggable. Sets a value that determines whether the popup can be dragged with the mouse by its header.
    Syntax
    'Declaration
     
    Public Property IsDraggable As Boolean
    public bool IsDraggable {get; set;}
    Remarks
    The header is identified by the '.wj-dialog-header' CSS selector. If the dialog does not contain any elements with the 'wj-dialog-header' class, user will not be able to drag the popup.
    See Also