Gets or sets the path to an Object value on a source resource item to serve as the resource content, or null to indicate that the content is not provided by the source resource item. It is recommended to set this property. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public string ResourceContentMemberPath { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property ResourceContentMemberPath As String

See Also