Click or drag to resize
KaxCalendarFindControl Method
When using templates, their content is instantiated and "lives" inside the Controls collection of KaxCalendar class. To access the controls instantiated from the templates they must be found using this method (KaxCalendar implements INamingContainer interface).

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override Control FindControl(
	string id
)

Parameters

id
Type: SystemString
The ID of the searched control.

Return Value

Type: Control
Reference to the found control or null if no control was found.
See Also