Gets or sets the template for the summary part of the control (the part which is visible when the control is not dropped down). This is a dependency property.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DataTemplate HeaderTemplate { get; set; }
Visual Basic (Declaration)
Public Property HeaderTemplate As DataTemplate

Remarks

Dependency Property Information
Identifier fieldHeaderTemplateProperty
Metadata properties set to trueNone

See Also