wijmo.grid Namespace > IColumnDraggingEventArgs Interface : dragSource Field |
The location of the column that is being dragged. The possible values are "groupArea" or "columns."
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IColumnDraggingEventArgs; var value; // Type: string value = instance.dragSource; |
Javascript (Specification) | |
---|---|
|