JsonConfEditorAttributeChildTypeEditor Property |
The name of the default/custom type editor that should be used for this value's children.
If this value is set, and TypeEditor isn't, the "array" will be assumed as the TypeEditor.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string ChildTypeEditor { get; set; }
Public Property ChildTypeEditor As String
Get
Set
public:
property String^ ChildTypeEditor {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also