Last updated 3 years ago
namespace:
Inherits:
Shows the attached property if Target's value is null (or if a value type, default).
Target's
string _foo = null; [ShowIf(nameof(_foo))] public string RandomStr = "hello";
VisibleBaseAttribute