Click or drag to resize

IDataField Interface

Interface allowing basic IField support for custom controls that manipulate an unbound data item in addition to the typicaly bound data item (Value).

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface IDataField

The IDataField type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets/sets the data value for the control. Note that the data is not bound to Value.
Public propertyDirty
Gets/sets whether or not the control value was posted back.
Top
Methods
  NameDescription
Public methodBind
Bind the control to the field.
Top
See Also