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