DisplayText Property
Gets the human-readable representation of Field.
Syntax
| Language | Syntax |
|---|---|
| C# | string DisplayText { get; } |
| Visual Basic (Declaration) | ReadOnly Property DisplayText As String |
| Visual C++ | property String^ DisplayText { String^ get (); } |
Field Value
The human-readable representation of Field.
Remarks
The DisplayText property of a Field is displayed in the value area of the field control. The DisplayText property contains a human-readable representation of the FieldValue property.