Click or drag to resize

CreateControlArgsBaseControl Property

Set this to provide a WebControl instantiated by the extension. However, unless a custom control is needed, it is better to just set the CellType via SetCellType(CellTypes, Int32) so that the field can apply normal control configuration for the desired CellTypes.

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

Property Value

Type: WebControl
See Also