リサイズはクリックかドラッグ

GcDateTimeValue プロパティ

GcDateTime コントロールに割り当てられている値を取得または設定します。

名前空間:  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> Value { get; set; }

プロパティ値

型: NullableDateTime
コントロールに割り当てられている null 許容の日付時刻値。既定値は Now です。
関連項目