Sets or retrieves the state of the bottom-left selector of the grid control.
[This property is reserved for future use]
var value = obj.getBottomState();
obj.setBottomState(value);
obj.onBottomStateChanging = function(value){...};
obj.onBottomStateChanged = function(value){...};
obj.onBottomStateError = function(value){...};