wijmo.grid Namespace > IColumnGroupingEventArgs 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". The value is "left" if you're dropping the column into an empty group area.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IColumnGroupingEventArgs; var value; // Type: string value = instance.at; |
Javascript (Specification) | |
---|---|
|