[]
Turns validation on or off for a new given binding.
public static void SetBindingValidation(Binding b, bool validate)
| Type | Name | Description |
|---|---|---|
| Binding | b | Binding to clone. |
| bool | validate | True to enable validation, false to disable validation. |