C1.Web.Wijmo.Controls.45 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
 
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