Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMask Class / ShowRecommendedValue Property


In This Topic
    ShowRecommendedValue Property (GcMask)
    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 GcMask
    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.
    The default is false.
    Remarks
    The value of RecommendedValue property will shown when this ShowRecommendedValue is true and value is not fully inputted. Otherwise, the value of RecommendedValue property will not shown.
    See Also