MapperDatasheetCanSelect Method |
Determine if mapper supports record selection (i.e. checkbox row selectors).
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool CanSelect()
Protected Function CanSelect As Boolean
Return Value
Type:
BooleanTrue if selection is supported, else false.
See Also