Click or drag to resize
KaxDataPagerFieldInitializeFieldControls Method
After calling this method DataPagerField controls will be created and added to Controls colleciton of the passed DataPagerFieldItem

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract void InitializeFieldControls(
	KaxDataPagerFieldItem inItem
)

Parameters

inItem
Type: Kettic.AspNet.ControlsKaxDataPagerFieldItem
DataPagerFieldItem item where controls will be instanciated
See Also