GrapeCity.Windows.SpreadGrid.Editors 名前空間 > GcDateTime クラス : FocusedDate プロパティ |
'Declaration
Public Property FocusedDate As Nullable(Of Date)
public Nullable<DateTime> FocusedDate {get; set;}
FocusedDate が null 参照 (Visual Basicでは Nothing) の場合、ドロップダウンカレンダーのフォーカス設定日は Value に更新されます。Value がまだ null 参照 (Visual Basicでは Nothing) の場合は、System.DateTime.Today に更新されます。
FocusedDate が null 参照 (Visual Basicでは Nothing) でない場合、ドロップダウンカレンダーのフォーカス設定日は FocusedDate に更新されます。