Click or drag to resize
KaxFilterableContainerLocatorRetrieveFilterableContainer Method
Search for IKaxFilterableContainer control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual IKaxFilterableContainer RetrieveFilterableContainer(
	Control control,
	string controlId
)

Parameters

control
Type: System.Web.UIControl
instance of control from which search will start
controlId
Type: SystemString
id of the IKaxFilterableContainer container control

Return Value

Type: IKaxFilterableContainer
IKaxFilterableContainer istance if found, otherwise null
See Also