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.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public string HideWhen { get; set; }
Property Value
String