Sets the display string of this row.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public string DisplayString { set; } | 
| Visual Basic (Declaration) | 
|---|
| Public WriteOnly Property DisplayString As String | 
| Visual C++ | 
|---|
| public: property String^ DisplayString { void set (String^ value); } | 
 Remarks
Remarks
            If the string is longer then the row, it will be truncated.
            
 Exceptions
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached, or if the row is invalid. |