Click or drag to resize

FieldListTFieldNewElementFactoryFunc Property

Gets or sets the new element factory func. This func is used to produce new instances in databinding scenario's

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public Func<TField> NewElementFactoryFunc { get; set; }

Property Value

Type: FuncTField
See Also