Bearbeiten

RibbonContextualTabGroup.HeaderTemplate Property

Definition

Gets or sets the DataTemplate that is used to display the contents of the header.

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 template that specifies the visualization of the header. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

Dependency Property Information

Identifier field HeaderTemplateProperty
Metadata properties set to true None

Applies to

See also