Click or drag to resize

FieldKernelCellType Property

The type of control or use for the field. The CellTypes dictates much of the behaviour of the field in the UI. Note that CellType determines the enumeration represented by CellTypeAttributes.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public CellTypes CellType { get; set; }

Property Value

Type: CellTypes

Implements

IFieldCellType
See Also