Gets the IDataField by the index.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
IDataField this[ int index ] { get; } |
Visual Basic |
---|
ReadOnly Default Property Item ( index As Integer ) As IDataField Get |
Visual C++ |
---|
property IDataField^ default[int index] { IDataField^ get (int index); } |
F# |
---|
abstract Item : IDataField with get |
Parameters
- index
- Type: System..::..Int32