Click or drag to resize

FieldKernelVisible Property

Indicates whether the field should be visible. The property evaluates to true if the column width is set to 0 or the field is hidden due to permissioning or other reasons. You can set Visible programmatically if desired. Programmatically setting the field visible will override all other visibility logic except permissioning.

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

Property Value

Type: Boolean

Implements

IFieldVisible
See Also