Gets or sets the property of the contained element which is used to determine if the contained element is empty (for purposes of displaying the prompt). If this is not specified, and the contained element has a Text property, then the Text property is used. 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 string ChildContentPropertyName { get; set; }
Visual Basic (Declaration)
Public Property ChildContentPropertyName As String

Remarks

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

See Also