Method GetValidatingTemplate
| Improve this Doc View SourceGetValidatingTemplate(DependencyObject)
Gets the control template for specified view element with Validating status. This is the getter of ValidatingTemplate attached property.
Declaration
public static ControlTemplate GetValidatingTemplate(this DependencyObject element)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.DependencyObject | element | The view element |
Returns
| Type | Description |
|---|---|
| System.Windows.Controls.ControlTemplate | The control template. |