Click or drag to resize

IFieldControl Interface

Interface allowing basic IField support for custom controls.

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

The IFieldControl type exposes the following members.

Properties
  NameDescription
Public propertyIsDisplayText
Identifies whether the control's Text property contains DisplayText or a raw value.
Public propertyText
Gets/sets the text value for the control.
Top
Methods
  NameDescription
Public methodBind
Bind the control to the IField.
Top
See Also