Click or drag to resize

FieldKernelCaption Property

The localized caption for the field. The Caption is typically used for field label text. For retrieving a caption for the field with additional options, use LabelText providing LabelFlags.

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

Property Value

Type: String

Implements

IFieldCaption
See Also