Gets or sets a string representation of the index of this TaskItem. The value of this property can be 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; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IndexString As String

See Also