Click or drag to resize

IListField Interface

Interface allowing basic IField support for custom controls that deal with list data.

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

The IListField type exposes the following members.

Properties
  NameDescription
Public propertyItems
The collection of items in the list.
Top
See Also