Get or set whether this GCV should be hidden in the user interface.
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual bool Hidden { get; set; }
Public Overridable Property Hidden As Boolean
Get
Set
public:
virtual property bool Hidden {
bool get ();
void set (bool value);
}
abstract Hidden : bool with get, set
override Hidden : bool with get, set
Property Value
Type:
Boolean
See Also