Wijmo UI for the Web
drop Field

Type: wijmo.grid.IColumn

The drop target, the place where the dragged column is dropped. This parameter is null if you are dropping a column into an empty group area.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IColumnGroupingEventArgs;
var value; // Type: IColumn
value = instance.drop;
Javascript (Specification) 
var drop : IColumn;
Browser Compatibility
7
5
5

See Also

Reference

IColumnGroupingEventArgs Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.