Gets or sets the path to a String value on the source task item to serve as a string representation of the index of the task, or null to indicate that the string representation of the index is not provided by the source task item. The index string is automatically computed based on the position of the task in the task collection and is of this form: 1, 2. This is a dependency property.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

See Also