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

In This Topic
    OnClientDrag Property
    In This Topic
    The name of the function which will be called when dialog is dragged.
    Syntax
    'Declaration
     
    Public Property OnClientDrag As System.String
    public System.string OnClientDrag {get; set;}
    See Also