WorkflowItemsPresenter.HeaderTemplate Property

Definition

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

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

Property Value

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

Applies to