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