'宣言 Public Property RecommendedValue As System.Date
public System.DateTime RecommendedValue {get; set;}
'宣言 Public Property RecommendedValue As System.Date
public System.DateTime RecommendedValue {get; set;}
入力候補値は、入力候補となる日時をユーザーにヒントとして提示するために使用されます。
FieldSet にフィールドが含まれていない場合は、入力候補値は表示されず、 GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ApplyRecommendedValueCommand を実行しても何も起こりません。
入力候補値の優先度は表示フィールドおよび透かしよりも下です。透かしまたは表示フィールドが表示される場合は、入力候補値は表示されませんが、この場合でも GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ApplyRecommendedValueCommand は機能します。