Gets or sets the name of the field.
[Visual Basic]
Public Property Name As String[C#]
public string Name {get; set;}String value representing the name of the field.
The name must be unique within the collection and is used as a key of the field in the collection.
[C#]
private void UnboundGrp_DataInitialize(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptUnboundGrp_DataInitialize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.DataInitialize |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.