[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.RecommendedValue

RecommendedValue Property

RecommendedValue

Gets or sets the recommended value.

Declaration
public string RecommendedValue { get; set; }
Public Property RecommendedValue As String
Property Value
Type Description
string

A 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.