def getProperty(self, title, prop):
        props = self.widgetManager.get(WIDGET_NAMES.Properties, title)
        return props.getProperty(prop)