ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / OnClientColumnDragged Property

In This Topic
    OnClientColumnDragged Property
    In This Topic
    A function called when column dragging has been started.
    Syntax
    'Declaration
     
    Public Property OnClientColumnDragged As System.String
    public System.string OnClientColumnDragged {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Drag source, column being dragged.
      • The place where the dragged column widget is located, possible value: "groupArea", "columns".
    See Also