Gets the specified field object from the collection.
| Overload | Description |
|---|---|
| Item(Int32) | Gets the Field object at the specified indexed location in the FieldCollection. |
| Item(String) | Gets the Field object with the specified name in the FieldCollection. |
| 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 | |
This is the default property for the FieldCollection.