Show / Hide Table of Contents

Method SetFailedFlushingTemplate

| Improve this Doc View Source

SetFailedFlushingTemplate(DependencyObject, ControlTemplate)

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

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