Hevea documentation

Panel.GetComponentById Method 

Gets a sub component by its identifier.

public override WebComponent GetComponentById(
   string componentId
);

Parameters

componentId
component identifier

Return Value

the component if found or null

See Also

Panel Class | Hevea.Core.Http.Html.UI Namespace