GcDateTimeFocusedDate プロパティ
|
ドロップダウンカレンダーでフォーカスが設定された日を取得または設定します。これは依存関係プロパティです。
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 [TypeConverterAttribute(typeof(DateTimeConverter))]
public Nullable<DateTime> FocusedDate { get; set; }
<TypeConverterAttribute(GetType(DateTimeConverter))>
Public Property FocusedDate As Nullable(Of DateTime)
Get
Set
プロパティ値
型:
NullableDateTime
フォーカスが設定された日を表す null 許容の DateTime 値。
既定値は
です。
関連項目