Gets the updated data field.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public IDataField Field { get; } |
Visual Basic |
---|
Public ReadOnly Property Field As IDataField Get |
Visual C++ |
---|
public: property IDataField^ Field { IDataField^ get (); } |
F# |
---|
member Field : IDataField with get |
Property Value
Type: IDataFieldThe data field.