Click or drag to resize

MapperDatasheetClass Method

Get the Css Class for this row.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string Class(
	bool altRow
)

Parameters

altRow
Type: SystemBoolean
Is this an alternating row (for checkbook style).

Return Value

Type: String
The CSS class name.
See Also