Uiinfrastructure API Docs  
 

ExpListModel.InitializeExpandableList Method 

Initializes the expandable list.

public virtual void InitializeExpandableList(
   string _sSectionTitle,
   object[][] _arrExpListColInfo,
   PTImageType _imgAddIcon,
   string _sAddLabel,
   int _nListKey
);

Parameters

_sSectionTitle
Main title.
_arrExpListColInfo
Information about columns: title, ID and width.
_imgAddIcon
Icon for the add action.
_sAddLabel
Text to display next to the add icon.
_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