RibbonContextualTabGroup::HeaderTemplate Property
.NET Framework (current version)
Gets or sets the DataTemplate that is used to display the contents of the header.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
public: property DataTemplate^ HeaderTemplate { DataTemplate^ get(); void set(DataTemplate^ value); }
Property Value
Type: System.Windows::DataTemplate^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.
.NET Framework
Available since 4.5
Available since 4.5
Show: