ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Dialog Namespace / C1Dialog Class / Draggable Property

In This Topic
    Draggable Property
    In This Topic
    If set to true, the dialog will be draggable by the titlebar.
    Syntax
    'Declaration
     
    Public Property Draggable As System.Boolean
    public System.bool Draggable {get; set;}
    See Also