Hevea documentation

TabGroup.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

Exceptions

Exception Type Condition
ArgumentNullException componentId is null

See Also

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