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
)
Public Shared Sub PersistColWidthPreference (
cxt As IAppContext,
keyMapper As String,
keyField As String,
purpose As String,
width As Integer
)
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