VisibleWhenProperty

This is a Python binding to the C++ class Mantid::Kernel::VisibleWhenProperty.

bases: mantid.kernel.EnabledWhenProperty

class mantid.kernel.VisibleWhenProperty
dependsOn((IPropertySettings)self, (str)thisProp) std_vector_str :

Other properties that this property depends on.

isEnabled((IPropertySettings)self, (IPropertyManager)alg) bool :

Is the property to be shown as enabled in the GUI. Default true.

isVisible((IPropertySettings)self, (IPropertyManager)alg) bool :

Is the property to be shown in the GUI? Default true.