Label Property (LabelData)
In This Topic
Gets or sets the field name in the dataset to be displayed as navigation labels.
Syntax
'Declaration
Public Property Label As String
public string Label {get; set;}
Property Value
A
System.String value indicating the label of field name.
See Also