Click or drag to resize

MapperKernelLayout Method

Lay out the mapper controls on the page.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected abstract void Layout(
	bool isPostBack
)

Parameters

isPostBack
Type: SystemBoolean
Specifies whether this is (or should be considered) a post-back.
See Also