[]
Gets the display text of a GcDropDownCalculator. This is a dependency property.
public string DisplayText { get; }
Public ReadOnly Property DisplayText As String
Type | Description |
---|---|
string | A string value which represents the display text of the control. |
If Value is not null and GcDropDownCalculator has no error, the DisplayText is the display string of the value; if GcDropDownCalculator has error, the DisplayText is the error information string for notifying that the calculation has some errors.