RibbonContextualTabGroup::HeaderTemplateSelector Property
.NET Framework (current version)
Gets or sets the custom logic for selecting a DataTemplate that is used to display the contents of the header.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
public: property DataTemplateSelector^ HeaderTemplateSelector { DataTemplateSelector^ get(); void set(DataTemplateSelector^ value); }
Property Value
Type: System.Windows.Controls::DataTemplateSelector^A custom DataTemplateSelector object that provides logic and returns a DataTemplate. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.
You use the HeaderTemplate property to specify the visualization of the header. If you have more than one template defined and want to specify logic that selects a template to use, then you use this property. This property is ignored if the HeaderTemplate property is set.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 4.5
Available since 4.5
Show: