Click or drag to resize

MapperDatasheetIsVisible Method

Is the specified field visible?

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected bool IsVisible(
	IField fld
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.

Return Value

Type: Boolean
True if visible, else false.
See Also