Uiinfrastructure API Docs  
 

EditorView.GetHeaderViewHelper Method 

Returns the header for the View.

protected virtual HTMLElement GetHeaderViewHelper(
   AActivitySpace _asOwner,
   string _sHeaderTitle
);

Parameters

_asOwner
The Activity Space this view is using.
_sHeaderTitle
Title you want to display in the header.

Return Value

HTMLTable

See Also

EditorView Class | com.plumtree.uiinfrastructure.editor Namespace