[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDropDownCalculator.DisplayText

DisplayText Property

DisplayText

Gets the display text of a GcDropDownCalculator. This is a dependency property.

Declaration
public string DisplayText { get; }
Public ReadOnly Property DisplayText As String
Property Value
Type Description
string

A string value which represents the display text of the control.

Remarks

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.