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


In This Topic
    ApplyRecommendedValueCommand Property (GcTextBox)
    In This Topic
    Represents the ApplyRecommendedValueCommand command, which requests that recommended value be applied.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property ApplyRecommendedValueCommand As RoutedUICommand
    'Usage
     
    Dim value As RoutedUICommand
     
    value = GcTextBox.ApplyRecommendedValueCommand
    public static RoutedUICommand ApplyRecommendedValueCommand {get;}
    Remarks
    When recommended value is "1234567890abcdefg", if ShowRecommendedValue is true, this command makes GcTextBox apply the value. There is no default key gesture for this command.
    See Also