JsonConfEditorAttributeHideWhen Property |
Visibility condition. Via JSPath.
When true, the value is hidden in the Editor.
Example:
HideWhen = ".SiblingProperty == 'Test' "
HideWhen = ".SiblingProperty{.NestedProperty == 'Test'} "
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string HideWhen { get; set; }
Public Property HideWhen As String
Get
Set
public:
property String^ HideWhen {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also