Prado\Web\UI\TControl::unbindProperty PHP Метод

unbindProperty() публичный Метод

Breaks the binding between a property (or property path) and an expression.
public unbindProperty ( $name )
    public function unbindProperty($name)
    {
        unset($this->_rf[self::RF_DATA_BINDINGS][$name]);
    }
TControl