WorkflowItemsPresenter.FooterTemplate Property

Definition

Gets or sets the DataTemplate that defines how the footer section of the WorkflowItemsPresenter control is displayed.

public:
 property System::Windows::DataTemplate ^ FooterTemplate { System::Windows::DataTemplate ^ get(); void set(System::Windows::DataTemplate ^ value); };
public System.Windows.DataTemplate FooterTemplate { get; set; }
member this.FooterTemplate : System.Windows.DataTemplate with get, set
Public Property FooterTemplate As DataTemplate

Property Value

A DataTemplate that defines how the footer section of the WorkflowItemsPresenter control is displayed.

Applies to