Sets or retrieves the value of the top-left selector of the grid control.
[This property is reserved for future use]
var value = obj.getTopValue();
obj.setTopValue(value);
obj.onTopValueChanging = function(value){...};
obj.onTopValueChanged = function(value){...};
obj.onTopValueError = function(value){...};