JsonConfEditorAttributeTypeEditor Property |
The name of the default/custom type editor that should be used for this value.
If not specified the system will choose the editor based on the type, and may
generate an editor dynamically.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic string TypeEditor { get; set; }
Public Property TypeEditor As String
Get
Set
public:
property String^ TypeEditor {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also