Click or drag to resize

FieldsRequiredFieldsExecute Method (Boolean)

Add validators and change the required fields color

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void RequiredFieldsExecute(
	bool addValidators
)

Parameters

addValidators
Type: SystemBoolean
Determines if we add validators or not
See Also