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