Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / RecommendedValue Property


In This Topic
    RecommendedValue Property (GcTextBox)
    In This Topic
    Gets or sets the recommended value.
    Syntax
    'Declaration
     
    Public Property RecommendedValue As String
    'Usage
     
    Dim instance As GcTextBox
    Dim value As String
     
    instance.RecommendedValue = value
     
    value = instance.RecommendedValue
    public string RecommendedValue {get; set;}

    Property Value

    A System.String value indicates the default value of the editor.
    Remarks
    Recommended value is used to indicate the user a possible input the content as a hint. It's only shown up when GcTextBox is active.
    See Also