Click or drag to resize

IFieldVisible Property

Indicates whether the field should be visible. The property evaluates to true if the ColWidth is set to 0 or the field is hidden due to permission reasons. You can set Visible programmatically if desired.

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

Property Value

Type: Boolean
See Also