GrapeCity SPREAD for WPF 2.0J
FocusedDate プロパティ (GcDateTime)

ドロップダウンカレンダーでフォーカスが設定された日を取得または設定します。これは依存関係プロパティです。
構文
'Declaration
 
Public Property FocusedDate As Nullable(Of Date)
public Nullable<DateTime> FocusedDate {get; set;}

プロパティ値

フォーカスが設定された日を表す null 許容の DateTime 値。 既定値は null 参照 (Visual Basicでは Nothing) です。
解説
このプロパティを設定することで、ドロップダウンカレンダーでフォーカスを設定する日付を指定できます。この更新はドロップダウンが開いたときに行われます。

FocusedDate が null 参照 (Visual Basicでは Nothing) の場合、ドロップダウンカレンダーのフォーカス設定日は Value に更新されます。Value がまだ null 参照 (Visual Basicでは Nothing) の場合は、System.DateTime.Today に更新されます。

FocusedDate が null 参照 (Visual Basicでは Nothing) でない場合、ドロップダウンカレンダーのフォーカス設定日は FocusedDate に更新されます。

参照

GcDateTime クラス
GcDateTime メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.