Gets or sets the DataTemplate used to display property names. This is a dependency property.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

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

Remarks

The template is responsible for including suitable expand/collapse UI if required; this is necessary to support full replacement of the expand/collapse UI. The data template receives a PropertyGridRow.

Dependency Property Information
Identifier field PropertyNameTemplateProperty
Metadata properties set to true None

See Also