I know how to bind data to display on the controls, but Can I also bind the
'enable' or 'visible' properties according to some fields' values, such as
when 'OrderStatus' field is closed ('C' value) will set all input controls'
enable to false. Or such as When 'OrderItemStatus' field value is partial
released ('P' value), it will set some controls' visible to true or false
value.