C# |
public DataTemplateSelector ActualHeaderTemplateSelector { get; }
|
VB |
Public ReadOnly Property ActualHeaderTemplateSelector As DataTemplateSelector
|
Property value
Type: DataTemplateSelector
A System.Windows.Controls.DataTemplateSelector descendant that chooses a template based on custom logic.
If the HeaderTemplateSelector is specified for the field, the Field Header is displayed using the template that the selector returns. Otherwise, the PivotGridControl.FieldHeaderTemplateSelector is used.