Méthode | Description | |
---|---|---|
EwfTableItemGroupRemainingData ( |
Creates a remaining data object.
|
public EwfTableItemGroupRemainingData ( |
||
groupName | A control that contains the name of the group and any other information you want in the group head | |
groupActions | Action>.IEnumerable | Group action buttons |
groupHeadClickScript | EnterpriseWebLibrary.EnterpriseWebFramework.Controls.ClickScript | The click script for the group head |
initiallyCollapsed | bool | Whether the group is initially collapsed. Null means the group cannot be collapsed and is always visible. |
tailUpdateRegions | IEnumerable |
The tail update regions for the group. If a table uses item limiting, these regions will include all subsequent item /// groups in the table. This is necessary because any number of items could be appended to this item group, potentially causing subsequent item groups to /// become invisible. |
Résultat | System |