Show / Hide Table of Contents

Method SetValidatingTemplate

| Improve this Doc View Source

SetValidatingTemplate(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest