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