wijmo.grid Namespace > IColumnResizingEventArgs Interface : newWidth Field |
args.newWidth: The new width being set for the column.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IColumnResizingEventArgs; var value; // Type: any value = instance.newWidth; |
Javascript (Specification) | |
---|---|
|