Sets or retrieves the value of the bottom-left selector of the grid control.
[This property is reserved for future use]
var value = obj.getBottomValue();
obj.setBottomValue(value);
obj.onBottomValueChanging = function(value){...};
obj.onBottomValueChanged = function(value){...};
obj.onBottomValueError = function(value){...};