Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalculator Class / DisplayText Property


In This Topic
    DisplayText Property (GcDropDownCalculator)
    In This Topic
    Gets the display text of a GcDropDownCalculator. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property DisplayText As String
    'Usage
     
    Dim instance As GcDropDownCalculator
    Dim value As String
     
    value = instance.DisplayText
    public string DisplayText {get;}

    Property Value

    A System.String value which represents the display text of the control.
    Remarks
    If Value is not a null reference (Nothing in Visual Basic) 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.
    See Also