Click or drag to resize

CreateControlArgsCellType Property

Initially this is the CellType value of the associated IField. To set this value use SetCellType(CellTypes, Int32) which requires that both the CellType and CellTypeAttributes be set together. The extension can set the CellType and not the BaseControl to have the field object create the control using its normal control creation logic for that CellTypes.

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

Property Value

Type: CellTypes
See Also