Click or drag to resize

MapperDatasheetPersistColWidthPreference Method

Persist the column width for the specified mapper and field.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void PersistColWidthPreference(
	IAppContext cxt,
	string keyMapper,
	string keyField,
	string purpose,
	int width
)

Parameters

cxt
Type: NetQuarryIAppContext
The current application context.
keyMapper
Type: SystemString
The key of the affected mapper.
keyField
Type: SystemString
The key of the field being sized.
purpose
Type: SystemString
The mapper's purpose (allowing different col widths in different contexts, e.g. Find).
width
Type: SystemInt32
The new size of the column, in pixels.
See Also