Gets the index of the property.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public int Index { get; }
Visual Basic
Public ReadOnly Property Index As Integer
	Get
Visual C++
public:
virtual property int Index {
	int get () sealed;
}
F#
abstract Index : int with get
override Index : int with get

Property Value

Type: Int32
Always 0

Implements

IDataField..::..Index

See Also