Click or drag to resize

ThinDetailRendererIsCellAttrSet Method

Determines if the specified CellTypeAttribute is set on a field. Since a CellTypeAttribute is valid only for a particular CellType (since the bits are reused for other CellTypes), we must check both the CellType and CellTypeAttributes.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool IsCellAttrSet(
	IField fld,
	CellTypes cellType,
	Enum attribute
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.
cellType
Type: NetQuarry.DataCellTypes
The type of cell to which this applies.
attribute
Type: SystemEnum
The attribute to check.

Return Value

Type: Boolean
True if CellType matches and attribute is set.
See Also