Click or drag to resize
KaxMultiPageFindPageViewByID Method
Finds a KaxPageView with the specified ID.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxPageView FindPageViewByID(
	string id
)

Parameters

id
Type: SystemString
The ID of the KaxPageView

Return Value

Type: KaxPageView
A KaxPageView with the specified ID. Null (Nothing) is returned if there is no KaxPageView with the specified ID.
See Also