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
)
Protected Function Class (
altRow As Boolean
) As String
Parameters
- altRow
- Type: SystemBoolean
Is this an alternating row (for checkbook style).
Return Value
Type:
StringThe CSS class name.
See Also