Hevea documentation

Panel Constructor 

Constructor.

public Panel(
   string id,
   string caption
);

Parameters

id
panel identifier
caption
Panel title

Exceptions

Exception Type Condition
ArgumentNullException id or caption is null

See Also

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