GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > DropDownCalendar クラス : SelectedDate プロパティ |
'Declaration Public Property SelectedDate As Nullable(Of Date)
'使用法 Dim instance As DropDownCalendar Dim value As Nullable(Of Date) instance.SelectedDate = value value = instance.SelectedDate
public Nullable<DateTime> SelectedDate {get; set;}
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | 値が範囲外です。 |
SelectedDate プロパティは、 マウスやキーボードの操作で選択された単一の日付を取得する場合、または単一の選択日をコードから指定する場合に使用します。
SelectedDate プロパティを 設定してもフォーカス枠は移動しません。フォーカス枠を移動する場合は、 FocusDate プロパティも合わせて設定してください。