string getDisplayLabel(
)
|
|
Contains the text to display in the corresponding column heading of a data grid.
Use DisplayLabel to assign column headings to a data grid. The column headings of the data grid use the DisplayName property of the field whose value they represent. Setting DisplayLabel changes the read-only DisplayName property from FieldName to the string specified as DisplayLabel.
Tags:
Indicates the name of the physical column in the underlying table or query result to which a field component is bound.
Use FieldName to specify which field in the underlying dataset the field component represents. FieldName is used when displaying references to the field to users, unless a DisplayLabel has been set.
Tags: