Connectivity Software User's Guide and Reference
ChildEditable Property



OpcLabs.BaseLibPrimitives Assembly > OpcLabs.BaseLib.ComponentModel.Internal Namespace > EditableChildPropertiesAttribute Class : ChildEditable Property
Gets a value indicating whether child properties are editable in a property grid.
Syntax
'Declaration
 
Public ReadOnly Property ChildEditable As Boolean
'Usage
 
Dim instance As EditableChildPropertiesAttribute
Dim value As Boolean
 
instance.ChildEditable = value
 
value = instance.ChildEditable
public bool ChildEditable {get;}
public:
property bool ChildEditable {
   bool get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also