Property | Type | Description | |
---|---|---|---|
_id | string | ||
_itemControls | List |
||
_labelControls | List |
||
_visible | bool |
Method | Description | |
---|---|---|
AddControl ( |
Add the System.Web.UI.WebControls.WebControl to item control list. Used to hold the object of child controls within panel.
|
|
AddLabelControl ( |
Add the System.Web.UI.WebControls.WebControl to label control list. Used to hold the label of child controls within panel.
|
|
InsertControl ( int index, |
Insert the System.Web.UI.Control to item control list at the specified index
|
public AddControl ( |
||
control | The |
|
return | void |
public AddLabelControl ( |
||
control | The |
|
return | void |
public InsertControl ( int index, |
||
index | int | index at which item should be added |
control | The |
|
return | void |