Click or drag to resize

MapperUtilsSetUpFilterWidget Method

Set up a filter widget.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void SetUpFilterWidget(
	IAppContext cxt,
	IField fld,
	TextBox txt
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
fld
Type: NetQuarry.DataIField
The associated field.
txt
Type: System.Web.UI.WebControlsTextBox
The filter textbox.
See Also