C# Class EnterpriseWebLibrary.EnterpriseWebFramework.Controls.EwfTableItemGroupRemainingData

Lazy loaded data used by an EWF table item group.
Datei anzeigen Open project: enduracode/enterprise-web-library

Public Methods

Method Description
EwfTableItemGroupRemainingData ( Control groupName, Action>.IEnumerable groupActions = null, EnterpriseWebLibrary.EnterpriseWebFramework.Controls.ClickScript groupHeadClickScript = null, bool initiallyCollapsed = null, IEnumerable tailUpdateRegions = null ) : System

Creates a remaining data object.

Method Details

EwfTableItemGroupRemainingData() public method

Creates a remaining data object.
public EwfTableItemGroupRemainingData ( Control groupName, Action>.IEnumerable groupActions = null, EnterpriseWebLibrary.EnterpriseWebFramework.Controls.ClickScript groupHeadClickScript = null, bool initiallyCollapsed = null, IEnumerable tailUpdateRegions = null ) : System
groupName System.Web.UI.Control 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.
return System