MapperDatasheetCanResize Method (IField) |
Does this field support user column resizing?
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool CanResize(
IField fld
)
Protected Function CanResize (
fld As IField
) As Boolean
Parameters
- fld
- Type: NetQuarry.DataIField
The field in quesion.
Return Value
Type:
BooleanTrue if resizing supported, else false.
See Also