Uiinfrastructure API Docs  
 

ExpListModel.InitializeReadOnlyExpandableList Method 

Initializes the read-only expandable list.

public virtual void InitializeReadOnlyExpandableList(
   string _sSectionTitle,
   object[][] _arrExpListColInfo,
   int _nListKey
);

Parameters

_sSectionTitle
Main title.
_arrExpListColInfo
Information about columns: title, ID and width.
_nListKey
In case you have multiple Expandable Lists on the same DP, they should have a different key (otherwise, just set it to 1).

See Also

ExpListModel Class | com.plumtree.uiinfrastructure.expandablelist Namespace