Click or drag to resize

FieldSupportsVerticalSizing Method

Determines whether the specified field supports vertical sizing.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool SupportsVerticalSizing(
	IField fld
)

Parameters

fld
Type: NetQuarry.DataIField
The field in question.

Return Value

Type: Boolean
True if vertical sizing is supported, else false.
See Also