IsFieldTemplateAutomaticBuildingEnabled Property (WpfFormFieldTemplateEditorTool)
Gets or sets a value indicating whether the automatic building of a field template is enabled.
'Declaration
Public Property IsFieldTemplateAutomaticBuildingEnabled As Boolean
public bool IsFieldTemplateAutomaticBuildingEnabled { get; set; }
public: __property bool get_IsFieldTemplateAutomaticBuildingEnabled();
public: __property void set_IsFieldTemplateAutomaticBuildingEnabled(
bool
);
public:
property bool IsFieldTemplateAutomaticBuildingEnabled {
bool get();
void set(bool );
}
Property Value
True if automatic building of a field template is enabled; otherwise, false. Default value is true.
The AddAndBuild(WpfFormFieldTemplateView) method will do the automatic recognition and building of form field templates if:
The automatic recognition of form field templates is supported for the following types:
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5