Show / Hide Table of Contents

Method SetSucceededTemplate

| Improve this Doc View Source

SetSucceededTemplate(DependencyObject, ControlTemplate)

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

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