Gets the index of this Entity in the parent collection that owns it. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public int Index { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Index As Integer

See Also