Method SetValidatingTemplate
| Improve this Doc View SourceSetValidatingTemplate(DependencyObject, ControlTemplate)
Sets the control template for specified view element with Validating status. This is the setter of ValidatingTemplate attached property.
Declaration
public static void SetValidatingTemplate(this DependencyObject element, ControlTemplate value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | element | The view element |
System.Windows.Controls.ControlTemplate | value | The control template. |