Show / Hide Table of Contents

Method SetFailedTemplate

| Improve this Doc View Source

SetFailedTemplate(DependencyObject, ControlTemplate)

Sets the control template for specified view element with Failed status. This is the setter of FailedTemplate attached property.

Declaration
public static void SetFailedTemplate(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