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; }
Public Property Visible As Boolean
Get
Set
Property Value
Type:
BooleanImplements
IFieldVisibleSee Also