RequireWhenAttributeHideWhenNotRequired Property |
Indicates whether the decorated member should be hidden from the property grid when it is not required.
Namespace:
MFiles.VAF.Configuration.Validation
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool HideWhenNotRequired { get; }
Public ReadOnly Property HideWhenNotRequired As Boolean
Get
public:
property bool HideWhenNotRequired {
bool get ();
}
Property Value
Type:
Boolean
See Also