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


In This Topic
    ShowRecommendedValue Property (GcTextBox)
    In This Topic
    Gets or sets a value indicating whether show the recommended value.
    Syntax
    'Declaration
     
    Public Property ShowRecommendedValue As Boolean
    'Usage
     
    Dim instance As GcTextBox
    Dim value As Boolean
     
    instance.ShowRecommendedValue = value
     
    value = instance.ShowRecommendedValue
    public bool ShowRecommendedValue {get; set;}

    Property Value

    true if show the recommended value; otherwise, false.
    See Also