Gets or sets the data template for tooltips shown when the user hovers over a property name. 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 PropertyNameToolTipTemplate { get; set; }
Visual Basic (Declaration)
Public Property PropertyNameToolTipTemplate As DataTemplate

Remarks

Tooltips are shown only if ToolTipService.IsEnabled is set on the grid. The data template receives a PropertyGridRow.

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

See Also