Click or drag to resize
TypeConverterDefinitionDesignOnly Property
Gets or sets a value indicating whether this type converter is design only, which means it can only be used if it's specified as a system type converter. Otherwise it should be ignored.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool DesignOnly { get; set; }

Property Value

Type: Boolean
See Also