wijmo.grid Namespace > IColumnDroppedEventArgs Interface : at Field |
The position at which the dragged column is dropped relative to the drop target. The possible values are "left", "right", or "center".
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IColumnDroppedEventArgs; var value; // Type: string value = instance.at; |
Javascript (Specification) | |
---|---|
|