| Overload | Description |
|---|---|
| Remove(Field) | |
| Remove(String) | Removes the field with specified name from the collection. |
| Remove(Int32) | Removes the field at the specified index from the collection. |
| C# | Copy Code |
|---|---|
private void UnboundGrp_DataInitialize(object sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub rptUnboundGrp_DataInitialize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.DataInitialize | |