wijmo.grid Namespace > IColumnGroupingEventArgs Interface : dropSource Field |
The location of the dropped column. The possible values are "groupArea" and "columns".
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IColumnGroupingEventArgs; var value; // Type: string value = instance.dropSource; |
Javascript (Specification) | |
---|---|
|