Gets a string representation of the index of this Task. The value of this property is automatically computed based on the position of the task in the task collection. The index string 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 IndexString { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IndexString As String

See Also